1
0
mirror of https://github.com/jwhited/wgsd.git synced 2025-04-14 16:09:32 +08:00
2020-11-23 14:20:53 -08:00

22 lines
334 B
YAML

run:
timeout: 5m
linters:
enable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- gofmt
disable-all: true
linters-settings:
gofmt:
# simplify code: gofmt with `-s` option, true by default
simplify: false