mirror of
https://github.com/containers/podman.git
synced 2025-10-09 14:56:05 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user