pulumi/.golangci.yml

19 lines
255 B
YAML
Raw Normal View History

linters:
enable-all: false
enable:
- deadcode
- errcheck
- goconst
- gofmt
- golint
- gosec
- govet
- ineffassign
- lll
- megacheck
- misspell
- nakedret
- structcheck
- unconvert
- varcheck