mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
906639ad7e
* update viper version * removes our last uses of the slice package * fix tests
12 lines
158 B
YAML
12 lines
158 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- errcheck
|
|
- godot
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- typecheck
|
|
- unused
|