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: linters:
disable-all: true disable-all: true
enable: enable:
- asciicheck
- deadcode - deadcode
- depguard - depguard
- goconst - goconst