enable asciicheck linter

This commit is contained in:
Matthieu MOREL 2021-12-20 22:39:17 +01:00 committed by GitHub
parent 2702ca0e18
commit 75db5f4c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ run:
timeout: 5m timeout: 5m
linters: linters:
enable: enable:
- asciicheck
- errorlint - errorlint
- gci - gci
- gochecknoinits - gochecknoinits