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 91b5b8a commit 1394974Copy full SHA for 1394974
.golangci.yaml
@@ -0,0 +1,8 @@
1
+run:
2
+ concurrency: 4
3
+ timeout: 10m
4
+
5
+issues:
6
+ exclude-files:
7
+ - "zz_generated.*\\.go$"
8
+ - "tmp/.*"
.golangci.yml
0 commit comments