mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
17 lines
195 B
YAML
17 lines
195 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- depguard
|
||
|
- dogsled
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- gosec
|
||
|
- govet
|
||
|
- megacheck
|
||
|
- misspell
|
||
|
- nakedret
|
||
|
- prealloc
|
||
|
- unconvert
|
||
|
- unparam
|
||
|
- wastedassign
|