Skip to content

Commit

Permalink
Merge pull request #188 from snprajwal/ci
Browse files Browse the repository at this point in the history
ci(golangci-lint): disable gosec G115
  • Loading branch information
snprajwal authored Sep 8, 2024
2 parents a9064d7 + 3b1e16a commit 5b28d05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ linters:
linters-settings:
exhaustive:
default-signifies-exhaustive: true
gosec:
excludes:
# https://github.com/securego/gosec/issues/1185
- G115

0 comments on commit 5b28d05

Please sign in to comment.