diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-26 22:49:57 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-29 02:14:51 -0700 |
commit | deb6d17fefa89f3301bf68b883640d187e40d4ee (patch) | |
tree | a13336273328a4fde465fd5838d207449cade902 /.golangci.yml | |
parent | c14af2a4eb80811e8fb25502b4a07ad2f33804c2 (diff) |
.golangci.yml: Tighten up the configs of existing linters
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 1 |
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: |