Skip to content

Commit 120a9c1

Browse files
authored
chore: ignore G115 from gosec (#2714)
1 parent d07d621 commit 120a9c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ linters:
102102
linters-settings:
103103
goconst:
104104
min-len: 5
105+
gosec:
106+
excludes:
107+
- G115
105108

106109
issues:
107110
exclude-rules:

0 commit comments

Comments
 (0)