See https://github.com/paultyng/terraform-provider-unifi/actions/runs/4368914426/jobs/7642099956.
20 lines
269 B
YAML
20 lines
269 B
YAML
---
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- "gofmt"
|
|
- "gosimple"
|
|
- "govet"
|
|
- "ineffassign"
|
|
- "makezero"
|
|
- "misspell"
|
|
- "nakedret"
|
|
- "nilerr"
|
|
- "staticcheck"
|
|
- "structcheck"
|
|
- "unconvert"
|
|
- "unused"
|
|
|
|
run:
|
|
timeout: '5m'
|