Skip to content

Commit 3b1e16a

Browse files
committed
ci(golangci-lint): disable gosec G115
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 <[email protected]>
1 parent a9064d7 commit 3b1e16a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ linters:
1616
linters-settings:
1717
exhaustive:
1818
default-signifies-exhaustive: true
19+
gosec:
20+
excludes:
21+
# https://github.com/securego/gosec/issues/1185
22+
- G115

0 commit comments

Comments
 (0)