summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 0a0eb7e..fb78da2 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -10,6 +10,7 @@ linters:
linters-settings:
gofmt:
simplify: true
-run:
- skip-files:
- - '^(.*/)?borrowed_.*_test\.go$' # TODO
+issues:
+ exclude-rules:
+ path: borrowed_example_test.go
+ linters: [errcheck]