mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
19 lines
237 B
YAML
19 lines
237 B
YAML
linters:
|
|
enable:
|
|
- gofmt
|
|
- revive
|
|
- govet
|
|
- errcheck
|
|
- staticcheck
|
|
- unused
|
|
- gosimple
|
|
|
|
issues:
|
|
exclude-use-default: false
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 0
|
|
|
|
run:
|
|
timeout: 5m
|
|
tests: true
|