mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 09:15:50 +03:00
12 lines
170 B
YAML
12 lines
170 B
YAML
linters:
|
|
enable:
|
|
- errcheck
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- unused
|
|
- contextcheck
|
|
- goconst
|
|
- gofmt
|
|
- misspell
|