We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0713922 commit 8d5a548Copy full SHA for 8d5a548
.golangci.yml
@@ -17,3 +17,8 @@ formatters:
17
enable:
18
- gofumpt
19
- goimports
20
+
21
+issues:
22
+ exclude-rules:
23
+ - path: (.+)_test\.go
24
+ text: "test files should not have issues"
0 commit comments