mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
19 lines
225 B
YAML
19 lines
225 B
YAML
run:
|
|
timeout: 2m
|
|
|
|
linters:
|
|
enable:
|
|
- vet
|
|
- errcheck
|
|
- staticcheck
|
|
# - dupl
|
|
# - funlen
|
|
# - goconst
|
|
# - gocritic
|
|
- gofmt
|
|
# - golint
|
|
# - misspell
|
|
# - stylecheck
|
|
- unconvert
|
|
# - whitespace
|