diff --git a/.golangci.yml b/.golangci.yml index 9f32b0dee8..3b0940f2b7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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