🔒️ (security): Applies best practices from StepSecurity #1
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
tflint
16s
trivy
22s
golangci-lint
1m 46s
prettier
15s
misspell
21s
alex
42s
markdownlint
22s
actionlint
12s
Annotations
2 errors and 4 warnings
golangci-lint:
test/examples_complete_test.go#L37
[golangci] reported by reviewdog 🐶
File is not `gofumpt`-ed (gofumpt)
Raw Output:
examples_complete_test.go:37: File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
test/examples_complete_test.go#L1
[golangci] reported by reviewdog 🐶
package should be `test_test` instead of `test` (testpackage)
Raw Output:
examples_complete_test.go:1:9: package should be `test_test` instead of `test` (testpackage)
package test
^
|
tflint:
examples/complete/variables.tf#L86
[tflint] reported by reviewdog 🐶
variable "context" is declared but not used
Raw Output:
examples/complete/variables.tf:86:1: warning: variable "context" is declared but not used ()
|
alex:
test/go.sum#L273
[alex] reported by reviewdog 🐶
Be careful with `color`, it’s profane in some cases color retext-profanities
Raw Output:
273:18-273:23 warning Be careful with `color`, it’s profane in some cases color retext-profanities
|
alex:
test/go.sum#L274
[alex] reported by reviewdog 🐶
Be careful with `color`, it’s profane in some cases color retext-profanities
Raw Output:
274:18-274:23 warning Be careful with `color`, it’s profane in some cases color retext-profanities
|
alex:
test/go.sum#L1107
[alex] reported by reviewdog 🐶
Reconsider using `COck`, it may be profane cock retext-profanities
Raw Output:
1107:43-1107:47 warning Reconsider using `COck`, it may be profane cock retext-profanities
|