mirror of https://github.com/containers/podman.git
fix(ci): add ST1005 linter rule
Enable linter rule ST1005 - Incorrectly formatted error string Signed-off-by: Marek Libra <marek.libra@gmail.com>
This commit is contained in:
parent
f69f92cdf7
commit
bb571b48c3
|
@ -58,6 +58,7 @@ linters:
|
|||
checks:
|
||||
- all
|
||||
- -ST1003 # https://staticcheck.dev/docs/checks/#ST1003 Poorly chosen identifier.
|
||||
- -ST1005 # https://staticcheck.dev/docs/checks/#ST1005 Incorrectly formatted error string
|
||||
- -QF1008 # https://staticcheck.dev/docs/checks/#QF1008 Omit embedded fields from selector expression.
|
||||
nolintlint:
|
||||
require-specific: true
|
||||
|
|
Loading…
Reference in New Issue