Skip to content

Commit

Permalink
add errcheck ignore rule for (*service.BatchError).Failed
Browse files Browse the repository at this point in the history
  • Loading branch information
disintegrator committed Oct 6, 2022
1 parent 68e67c8 commit 61087e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ linters-settings:
errcheck:
exclude-functions:
- (*github.com/benthosdev/benthos/v4/internal/batch.Error).Failed
- (*github.com/benthosdev/benthos/v4/public/service.BatchError).Failed
gocritic:
enabled-tags:
- diagnostic
Expand Down

0 comments on commit 61087e4

Please sign in to comment.