Skip to content

Commit

Permalink
Merge pull request #49 from matubu/chore/disable_goconst
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton authored Apr 3, 2023
2 parents 1b00483 + 0ac4f28 commit adc5a73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ linters-settings:
min-confidence: 0
maligned:
suggest-new: true
goconst:
min-len: 5
min-occurrences: 4
misspell:
locale: US
gci:
Expand All @@ -40,8 +37,7 @@ linters:
- gci
- gochecknoinits
#- gocognit # nice to have
- goconst
- goconst
#- goconst
- gocritic
#- godot # nice to have
#- goerr113 # nice to have
Expand Down

0 comments on commit adc5a73

Please sign in to comment.