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:
Cory Snider 2023-03-01 10:21:08 -05:00
parent 43c1e3d5cb
commit d3a4ff827f
1 changed files with 6 additions and 0 deletions

View File

@ -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