diff --git a/.golangci.yml b/.golangci.yml index 4b48b03ad..57ba35d86 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -88,5 +88,9 @@ issues: - linters: - gocritic text: "unnecessaryDefer:" + - linters: + - gocritic + text: "preferDecodeRune:" service: - golangci-lint-version: 1.31.x # use the fixed version to not introduce new linters unexpectedly \ No newline at end of file + golangci-lint-version: 1.31.x # use the fixed version to not introduce new linters unexpectedly +