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 2b1f4e6 commit 1c849ddCopy full SHA for 1c849dd
.golangci.yml
@@ -0,0 +1,7 @@
1
+version: "2"
2
+linters:
3
+ exclusions:
4
+ rules:
5
+ # Tests copied from the stdlib are not meant to be linted.
6
+ - path: 'golang_(.+_)?test\.go'
7
+ source: "^" # regex
0 commit comments