15 lines
233 B
YAML
15 lines
233 B
YAML
|
run:
|
||
|
timeout: 5m
|
||
|
linters:
|
||
|
enable:
|
||
|
- revive
|
||
|
- staticcheck
|
||
|
- gofmt
|
||
|
- govet
|
||
|
- errcheck
|
||
|
- ineffassign
|
||
|
- unused
|
||
|
issues:
|
||
|
exclude-use-default: false
|
||
|
exclude:
|
||
|
- "could not import C (no metadata for C)"
|