Skip to content

Commit

Permalink
chore: remove duplicate entry in golagnci rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 25, 2022
1 parent 7b5df47 commit 81cbbe9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ issues:
- linters: [ govet ]
text: 'declaration of "(err|ctx|log|lg|c)"'

# Ignore shadowing of err.
- linters: [ govet ]
text: 'declaration of "(err|ctx|log|lg|c)"'

# Probably some broken linter for generics?
- linters: [ revive ]
text: 'receiver-naming: receiver name \S+ should be consistent with previous receiver name \S+ for invalid-type'
Expand Down

0 comments on commit 81cbbe9

Please sign in to comment.