Skip to content

Commit

Permalink
chore: enable ineffassign too
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 3, 2024
1 parent 6837627 commit d7d9b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ linters:
- grouper
- importas
# - inamedparam
# - ineffassign
- ineffassign
- interfacebloat
# - intrange
- loggercheck
Expand Down

0 comments on commit d7d9b73

Please sign in to comment.