diff --git a/.golangci.yml b/.golangci.yml index a5aaa07..15c3d15 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,28 +1,30 @@ -linters: - enable: - - gosimple - - govet - - ineffassign - - staticcheck - - bodyclose - - dupl - - exportloopref - - funlen - - gocognit - - goconst - - gocritic - - gocyclo - - godot - - gofmt - - goprintffuncname - - gosec - - prealloc - - revive - - stylecheck - - unconvert - - whitespace - -linters-settings: - govet: - check-shadowing: true - enable-all: true +linters: + enable: + - gosimple + - govet + - ineffassign + - staticcheck + - bodyclose + - dupl + - exportloopref + - funlen + - gocognit + - goconst + - gocritic + - gocyclo + - godot + - gofmt + - goprintffuncname + - gosec + - prealloc + - revive + - stylecheck + - unconvert + - whitespace + +linters-settings: + govet: + check-shadowing: true + enable-all: true + disable: + - fieldalignment