mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
12 lines
158 B
YAML
12 lines
158 B
YAML
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- errcheck
|
||
|
- godot
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- staticcheck
|
||
|
- typecheck
|
||
|
- unused
|