github.1485827954.workers.dev/wtfutil/wtf@v0.43.0/.golangci.yml (about) 1 run: 2 timeout: 3m 3 4 linters: 5 enable: 6 - vet 7 - errcheck 8 - staticcheck 9 # - dupl 10 # - funlen 11 # - goconst 12 # - gocritic 13 - gofmt 14 # - golint 15 # - misspell 16 # - stylecheck 17 - unconvert 18 # - whitespace