Skip to content

Commit

Permalink
Disable fieldalignment in govet
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Jun 5, 2024
1 parent 3934ddc commit 16f3102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ linters-settings:

govet:
enable-all: true
disable:
- fieldalignment # a lot of manual overhead for reduced readability and adding a linter "gotcha"
settings:
printf:
funcs:
Expand Down

0 comments on commit 16f3102

Please sign in to comment.