We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8112c4 commit 58464b8Copy full SHA for 58464b8
1 file changed
.golangci.yaml
@@ -1,3 +1,9 @@
1
-# Options for analysis running.
2
-run:
3
- timeout: 5m
+version: "2"
+linters:
+ disable:
4
+ - errcheck # Disable error checking for defer statements
5
+ - staticcheck # Disable style checks
6
+ exclusions:
7
+ generated: lax
8
+ paths:
9
+ - ".*_test\\.go$" # Ignore test files
0 commit comments