Skip to content

Commit

Permalink
Also disable the fieldalignment linter inside govet
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinmit committed Sep 25, 2024
1 parent 70ff01a commit 464735c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ issues:
linters:
- exportloopref
- fieldalignment
- path: _test\.go
linters:
- govet
text: "fieldalignment"
# Exclude some linters from running on tests files.
- path: \.pb\.go
linters:
Expand Down

0 comments on commit 464735c

Please sign in to comment.