Skip to content

Commit

Permalink
make goconst linter more relaxed
Browse files Browse the repository at this point in the history
  • Loading branch information
capnspacehook committed Oct 21, 2023
1 parent 633c5df commit cd696e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ linters-settings:
- standard
- default
- prefix(github.com/capnspacehook/go-project-template)
goconst:
min-len: 5
min-occurrences: 3
gocritic:
settings:
ifElseChain:
Expand Down

0 comments on commit cd696e3

Please sign in to comment.