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:
|
govet:
|
||||||
check-shadowing: true
|
check-shadowing: true
|
||||||
enable-all: true
|
enable-all: true
|
||||||
|
disable:
|
||||||
|
- fieldalignment
|
||||||
misspell:
|
misspell:
|
||||||
locale: US
|
locale: US
|
||||||
|
|
||||||
|
|
Reference in a new issue