Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smgladkovskiy committed Oct 16, 2023
1 parent 6087382 commit 479d122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ linters-settings:
disabled: false
arguments:
- maxLitCount: "3"
allowStrs: '""'
allowInts: "0,1,2"
allowStrs: '"","test","text"'
allowInts: "0,1,2,3,4,5,123,234,345"
allowFloats: "0.0,0.,1.0,1.,2.0,2."
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#argument-limit
- name: argument-limit
Expand Down

0 comments on commit 479d122

Please sign in to comment.