summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-12 16:29:22 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-12 16:29:22 -0800
commit4df4126e8c94c99d3ec0a7bea18e52a16063c99f (patch)
tree3595c56c55046429f3aba730f3a753c8356fbe07
parent24a57f907655bd693194eb00534e4723af38245e (diff)
I should probably just remove the dupl linter
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 75bc787dd..b61559c86 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -84,4 +84,4 @@ linters-settings:
dupl:
# tokens count to trigger issue, 150 by default
- threshold: 160
+ threshold: 200