mirror of
https://github.com/containers/podman.git
synced 2025-10-13 09:15:20 +08:00
Merge pull request #26436 from ninja-quokka/add_ST1005
[CI] Correct ST1005 staticcheck lint rule
This commit is contained in:
@ -58,7 +58,6 @@ 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