Skip to content

Commit

Permalink
Added scopelint check
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuratov committed Mar 26, 2019
1 parent be4c129 commit 07c594d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ linters:
- misspell
- nakedret
- prealloc
- scopelint
disable:
- errcheck
- staticcheck
- staticcheck

0 comments on commit 07c594d

Please sign in to comment.