mirror of
https://github.com/zellyn/diskii.git
synced 2024-12-09 21:49:19 +00:00
18 lines
247 B
YAML
18 lines
247 B
YAML
issues:
|
|
exclude-use-default: false
|
|
linters:
|
|
enable:
|
|
- gocritic
|
|
- godot
|
|
- gofmt
|
|
- gosec
|
|
- ifshort
|
|
- misspell
|
|
- nakedret
|
|
- nilerr
|
|
- predeclared
|
|
- revive
|
|
- stylecheck
|
|
- unconvert
|
|
- wastedassign
|