Skip to content

Commit

Permalink
ci(golangci-lint): update exclude rules due to new revive checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Feb 9, 2024
1 parent f663099 commit 0ea9a83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ issues:
- gocognit
- scopelint
- lll
- path: _test\.go
linters:
- revive
text: unused-parameter

# Allow unused context.Context
- linters:
- revive
text: unused-parameter
source: .+\s+context.Context

- path: _test\.go
text: "Combine"
Expand Down

0 comments on commit 0ea9a83

Please sign in to comment.