enable the asciicheck linter

This commit is contained in:
Marten Seemann 2020-08-06 11:42:08 +07:00
parent 9a2062144e
commit b944882337

View file

@ -17,6 +17,7 @@ linters-settings:
linters:
disable-all: true
enable:
- asciicheck
- deadcode
- depguard
- goconst