Skip to content

Commit

Permalink
Disable fieldalignment lint warnings
Browse files Browse the repository at this point in the history
as we are not so much into optimizing memory usage at this point.
  • Loading branch information
msugakov committed Sep 21, 2021
1 parent 4cc7f30 commit 033e752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ linters-settings:
enable-all: true
disable:
- shadow
- fieldalignment
settings:
printf: # analyzer name, run `go tool vet help` to see all analyzers
funcs: # run `go tool vet help printf` to see available settings for `printf` analyzer
Expand Down

0 comments on commit 033e752

Please sign in to comment.