summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 22:43:42 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-29 02:14:51 -0700
commit5f6408eef2499b1ed35e215c581647d78dca1557 (patch)
treeb3e9e179958aadced194b0e8c33212627e99d9cc
parent7986ec349f520de712b78338699903e8edf9e94d (diff)
.golangci.yml: Don't hide issues from me
-rw-r--r--.golangci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index a4373c0..d51fec0 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -14,3 +14,5 @@ issues:
exclude-rules:
- path: borrowed_example_test.go
linters: [errcheck]
+ max-issues-per-linter: 0
+ max-same-issues: 0