Skip to content

Commit

Permalink
enable errorf check (#14632)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Oct 4, 2024
1 parent d0d1dd9 commit f387696
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ linters-settings:
- (github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).AssumptionViolationf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).Tracef
- (github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).Criticalf
errorlint:
# Allow formatting of errors without %w
errorf: false
revive:
confidence: 0.8
rules:
Expand Down

0 comments on commit f387696

Please sign in to comment.