Add asciicheck, bidichk, and durationcheck linters

This commit is contained in:
Deluan 2022-09-30 20:17:59 -04:00
parent 0798959be8
commit 364e699ac1
1 changed files with 3 additions and 0 deletions

View File

@ -4,9 +4,12 @@ run:
linters: linters:
enable: enable:
- asasalint - asasalint
- asciicheck
- bidichk
- bodyclose - bodyclose
- depguard - depguard
- dogsled - dogsled
- durationcheck
- errcheck - errcheck
- errorlint - errorlint
- exportloopref - exportloopref