Skip to content

Commit 8a24c9a

Browse files
Disable specific linter due to OOM issues (#513)
1 parent c2baec0 commit 8a24c9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ linters:
1717
- structcheck
1818
- unconvert
1919
- varcheck
20+
disable:
21+
- staticcheck

0 commit comments

Comments
 (0)