Skip to content

Commit

Permalink
chore: disable gocritic "preferDecodeRune"
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed Jul 24, 2022
1 parent ba28126 commit 98ab346
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Expand Up @@ -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
golangci-lint-version: 1.31.x # use the fixed version to not introduce new linters unexpectedly

0 comments on commit 98ab346

Please sign in to comment.