mirror of
https://github.com/crazy-max/diun.git
synced 2024-12-22 19:38:28 +00:00
19 lines
275 B
YAML
19 lines
275 B
YAML
linters:
|
|
enable:
|
|
- bodyclose
|
|
- dupword # Checks for duplicate words in the source code
|
|
- gofmt
|
|
- goimports
|
|
- ineffassign
|
|
- misspell
|
|
- revive
|
|
- staticcheck
|
|
- unconvert
|
|
- unused
|
|
- vet
|
|
disable:
|
|
- errcheck
|
|
|
|
run:
|
|
deadline: 2m
|