Skip to content

Commit

Permalink
Ignore lint
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie authored Nov 5, 2024
1 parent 6f828bf commit f5ff083
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ issues:
- text: "G306" # G306: Expect WriteFile permissions to be 0600 or less (gosec)
linters:
- gosec
# integer overflow conversion is not relevant for version numbers
- text: "G115"
linters:
- gosec

0 comments on commit f5ff083

Please sign in to comment.