Disable fieldalignment golangci-lint check (#149)
This commit is contained in:
parent
660543084e
commit
f5cae51a20
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ linters-settings:
|
|||
govet:
|
||||
check-shadowing: true
|
||||
enable-all: true
|
||||
disable:
|
||||
- fieldalignment
|
||||
misspell:
|
||||
locale: US
|
||||
|
||||
|
|
Reference in a new issue