mirror of https://github.com/docker/cli.git
linting: exclude ST1005: error strings should not be capitalized (stylecheck)
Changing the output of errors would be unexpected in a patch release. Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
43c1e3d5cb
commit
d3a4ff827f
|
@ -110,6 +110,12 @@ issues:
|
|||
- errcheck
|
||||
- gosec
|
||||
|
||||
# Fixing these lints would change user-facing output, which would be
|
||||
# undesirable to introduce in a patch release.
|
||||
- text: "ST1005: error strings should not be capitalized"
|
||||
linters:
|
||||
- stylecheck
|
||||
|
||||
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
|
||||
max-issues-per-linter: 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue