add the scopelint linter

This commit is contained in:
Marten Seemann 2019-09-13 13:04:10 +07:00
parent 0131dc7fa9
commit c8aed2861f
3 changed files with 5 additions and 4 deletions

View file

@ -17,6 +17,7 @@ linters:
- ineffassign
- misspell
- prealloc
- scopelint
- staticcheck
- structcheck
- unconvert