config golangci to exclude errcheck on test files
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
version: "2"
|
||||||
|
linters:
|
||||||
|
exclusions:
|
||||||
|
rules:
|
||||||
|
- path: _test\.go
|
||||||
|
linters:
|
||||||
|
- errcheck
|
||||||
Reference in New Issue
Block a user