Files
terraform-provider-unifi/.golangci.yaml
Joshua Spence 235d307445 Add skip-pkg-cache go golangci-lint-action (#345)
* Add `skip-pkg-cache` go `golangci-lint-action`

See golangci/golangci-lint-action#677.

* Increase `golangci-lint` timeout
2023-03-09 09:02:13 +11:00

20 lines
269 B
YAML

---
linters:
disable-all: true
enable:
- "gofmt"
- "gosimple"
- "govet"
- "ineffassign"
- "makezero"
- "misspell"
- "nakedret"
- "nilerr"
- "staticcheck"
- "structcheck"
- "unconvert"
- "unused"
run:
timeout: '2m'