Browse Source

I should probably just remove the dupl linter

pull/1678/head
Gabe Kangas 4 years ago
parent
commit
4df4126e8c
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      .golangci.yml

2
.golangci.yml

@ -84,4 +84,4 @@ linters-settings: @@ -84,4 +84,4 @@ linters-settings:
dupl:
# tokens count to trigger issue, 150 by default
threshold: 160
threshold: 200

Loading…
Cancel
Save