Skip to content

Commit

Permalink
Revert "Disable linter ineffassign"
Browse files Browse the repository at this point in the history
This reverts commit 39d4412.
  • Loading branch information
yngvark committed Sep 25, 2022
1 parent 39d4412 commit 93c6245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linters:
- exhaustruct # Complains about unused struct fields, that doesn't make any sense
- gci # It's just gets in the way too often with hard-to-understand messages
- ifshort # More hazzle than value
- ineffassign # Stupid, I have to use err2 insteaed of err
linters-settings:
gci: # This is a workaround that should be removed, see
# https://github.com/golangci/golangci-lint/issues/1490#issuecomment-1186947213
Expand Down

0 comments on commit 93c6245

Please sign in to comment.