Skip to content

Commit

Permalink
ci(golangci): disable gosec check G115
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Sep 5, 2024
1 parent 9359f78 commit 13de56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ linters-settings:
# Maximum allowed permissions mode file creation
# Default: "0600"
G306: "0644"
excludes:
- G115 # Annoying and have a lot of false-positive results.
gocyclo:
min-complexity: 15
maligned:
Expand Down

0 comments on commit 13de56d

Please sign in to comment.