nomad-var-dirsync/.golangci.yml
Ian Fijolek 8d83b62b35
Some checks failed
continuous-integration/drone Build is failing
Get it all running
2024-01-03 21:23:12 -08:00

29 lines
397 B
YAML

---
linters:
enable:
- asciicheck
- bodyclose
- dogsled
- dupl
- exhaustive
- gochecknoinits
- gocognit
- gocritic
- gocyclo
- goerr113
- gofumpt
- goimports
- gomnd
- goprintffuncname
- govet
- misspell
- nakedret
- nestif
- nlreturn
- noctx
- tparallel
- typecheck
- unparam
- wrapcheck
- wsl