aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 0837e25..e8e8364 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -19,8 +19,7 @@ issues:
max-issues-per-linter: 0
max-same-issues: 0
exclude-rules:
- - path: _test\.go
+ - path: .*_test\.go
linters:
- errcheck
- - staticcheck