Skip to content

Commit a21da48

Browse files
author
Ariel Kass
committed
try to supress G114 with linter ci settings file
1 parent 957fdbf commit a21da48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.golangci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
linters-settings:
2+
staticcheck:
3+
checks:
4+
- all
5+
- '-G114' # disable the rule G114

0 commit comments

Comments
 (0)