Skip to content

Commit

Permalink
Merge pull request #15 from mittwald/removefieldalignment
Browse files Browse the repository at this point in the history
remove govet fieldalignment
  • Loading branch information
ayalcin-mw authored Apr 27, 2023
2 parents b98694d + ae64168 commit 13db2c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ linters-settings:
govet:
# report about shadowed variables
check-shadowing: true
enable:
- fieldalignment
# revive differs from gofmt. Gofmt reformats Go source code, whereas revive prints out style mistakes
revive:
# minimal confidence for issues
Expand Down

0 comments on commit 13db2c9

Please sign in to comment.