Skip to content

Commit

Permalink
Disable sloppy reassign for go-critic
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Boyko committed Sep 9, 2019
1 parent 1b69ca8 commit dbbfd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ linters-settings:
# ignore-words:
# - someword
gocritic:
# disabled-checks:
# - wrapperFunc
disabled-checks:
- sloppyReassign
enabled-tags:
- performance
- style
Expand Down

0 comments on commit dbbfd60

Please sign in to comment.