Skip to content

Commit

Permalink
ci(golangci-lint): disable gosec G115
Browse files Browse the repository at this point in the history
Changes were made to this check in v1.60.2, which introduced a lot of
noise and false positives. This commit disables this for now.

Ref: securego/gosec#1185

Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
  • Loading branch information
snprajwal committed Sep 1, 2024
1 parent a9064d7 commit 3b1e16a
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 3b1e16a

Please sign in to comment.