Skip to content

Commit

Permalink
[chore] re-enable loopclosure, a noop with 1.22 (#37325)
Browse files Browse the repository at this point in the history
It doesn't appear disabling this linter is necessary anymore.
  • Loading branch information
atoulme authored Jan 20, 2025
1 parent a204ecf commit 3c1d010
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ linters-settings:
# TODO: Enable this and fix the alignment issues.
disable:
- fieldalignment
- loopclosure

revive:
# minimal confidence for issues, default is 0.8
Expand Down

0 comments on commit 3c1d010

Please sign in to comment.