There was an error while loading. Please reload this page.
1 parent f00e652 commit d87cfffCopy full SHA for d87cfff
1 file changed
.golangci.yml
@@ -25,6 +25,10 @@ linters:
25
predeclared:
26
ignore:
27
- new
28
+ govet:
29
+ checks:
30
+ - "all"
31
+ - "-buildtag"
32
33
exclusions:
34
generated: lax
0 commit comments