Skip to content

Commit

Permalink
Ignore Unicode format character warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sepisoltani committed May 1, 2024
1 parent b4892a7 commit 241a29f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ issues:
- linters:
- gosec
text: "G404:" # Ignore weak random number generator lint. We do not need strong randomness here.
- linters:
- stylecheck
text: "ST1018:" # Ignore Unicode format character warnings

exclude:
- "should have comment or be unexported"

0 comments on commit 241a29f

Please sign in to comment.