mirror of
https://github.com/NotAShelf/batmon.git
synced 2024-11-02 03:21:17 +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
|