Disable fieldalignment golangci-lint check (#149)

This commit is contained in:
Ben Schumacher 2021-04-29 22:15:58 +02:00 committed by GitHub
parent 660543084e
commit f5cae51a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@ linters-settings:
govet:
check-shadowing: true
enable-all: true
disable:
- fieldalignment
misspell:
locale: US