We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525d4b2 commit 3a04320Copy full SHA for 3a04320
.gitignore
@@ -11,3 +11,4 @@ __debug_bin*
11
12
# Go
13
vendor
14
+bin/
.golangci.yml
@@ -22,6 +22,12 @@ linters:
22
- third_party$
23
- builtin$
24
- examples$
25
+ settings:
26
+ staticcheck:
27
+ checks:
28
+ - "all"
29
+ - -QF1008
30
+ - -ST1000
31
formatters:
32
exclusions:
33
generated: lax
0 commit comments