Files
openmaxio-object-browser/.golangci.yml

29 lines
430 B
YAML
Raw Permalink Normal View History

2020-04-01 18:33:40 -07:00
linters-settings:
golint:
min-confidence: 0
2020-04-01 18:33:40 -07:00
misspell:
locale: US
linters:
disable-all: true
enable:
- typecheck
- goimports
- misspell
- govet
- golint
- ineffassign
- gosimple
- deadcode
- unparam
- unused
2020-04-01 18:33:40 -07:00
- structcheck
service:
golangci-lint-version: 1.21.0 # use the fixed version to not introduce new linters unexpectedly
run:
skip-dirs:
- pkg/clientgen