Skip to content

Commit

Permalink
Disable goconst for being annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Oct 23, 2023
1 parent bc5e191 commit 2c8d23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linters:
- misspell
- unparam
- goimports
- goconst
# - goconst
- unconvert
- errcheck
- interfacer
Expand Down

0 comments on commit 2c8d23d

Please sign in to comment.