enable contextcheck linter

This commit is contained in:
Matthieu MOREL 2021-12-30 13:03:45 +01:00 committed by GitHub
parent 45b287e674
commit f38c2267dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ linters:
- staticcheck - staticcheck
- structcheck - structcheck
enable: enable:
- contextcheck
- errorlint - errorlint
- exportloopref - exportloopref
- gci - gci