summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 22:49:57 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-29 02:14:51 -0700
commitdeb6d17fefa89f3301bf68b883640d187e40d4ee (patch)
treea13336273328a4fde465fd5838d207449cade902 /.golangci.yml
parentc14af2a4eb80811e8fb25502b4a07ad2f33804c2 (diff)
.golangci.yml: Tighten up the configs of existing linters
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index d35fd4e..4ac5ccb 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -18,6 +18,7 @@ linters-settings:
gofmt:
simplify: true
issues:
+ exclude-use-default: false
exclude-rules:
- path: "borrowed_.*_test\\.go"
linters: