mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-02 15:30:01 +00:00
13 lines
170 B
YAML
13 lines
170 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- errcheck
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- staticcheck
|
||
|
- unused
|
||
|
- contextcheck
|
||
|
- goconst
|
||
|
- gofmt
|
||
|
- misspell
|