Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
adjust golangci config
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Jun 1, 2022
1 parent ecd9de4 commit 65b06f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ linters-settings:
# minimal length of string constant, 3 by default
min-len: 3
# minimal occurrences count to trigger, 3 by default
min-occurrences: 2
min-occurrences: 5

dupl:
# tokens count to trigger issue, 150 by default
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/templates/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ linters-settings:
# minimal length of string constant, 3 by default
min-len: 3
# minimal occurrences count to trigger, 3 by default
min-occurrences: 2
min-occurrences: 5

dupl:
# tokens count to trigger issue, 150 by default
Expand Down

0 comments on commit 65b06f6

Please sign in to comment.