aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index b421c1f..c53f64c 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,6 +1,10 @@
1run: 1run:
2 modules-download-mode: vendor 2 modules-download-mode: vendor
3 3
4linters:
5 enable:
6 - golint
7
4issues: 8issues:
5 exclude-rules: 9 exclude-rules:
6 - path: _test.go 10 - path: _test.go