Skip to content

Commit

Permalink
ci: skip gocritic check
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 5, 2021
1 parent 6c28b7e commit f22bec7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ issues:
linters:
- gocritic

# Check that equal to self is true
- linters: [gocritic]
source: '(assert|require).+Equal'
text: 'dupArg'
path: _test\.go

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

0 comments on commit f22bec7

Please sign in to comment.