Skip to content

Commit

Permalink
Update the list of logging functions to be linted.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-raykov committed Jun 19, 2024
1 parent 354365a commit ca5eac6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@ linters-settings:
- (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Panicf
- (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Fatalf
- (github.com/smartcontractkit/chainlink/v2/core/logger.SugaredLogger).AssumptionViolationf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).AssumptionViolationf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Tracef
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Debugf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Infof
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Warnf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Errorf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Criticalf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Panicf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Fatalf
- (github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).AssumptionViolationf
Expand Down Expand Up @@ -152,21 +149,18 @@ linters-settings:
- (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Criticalw
- (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Panicw
- (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Fatalw
- (*github.com/smartcontractkit/chainlink/v2/core/logger.Logger).With
- (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).With
- (github.com/smartcontractkit/chainlink/v2/core/logger.SugaredLogger).AssumptionViolationw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).AssumptionViolationw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Tracew
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Debugw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Infow
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Warnw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Errorw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Criticalw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Panicw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.Logger).Fatalw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).AssumptionViolationw
- (github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).Tracew
- (github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).Criticalw
- (*github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).With
- (github.com/smartcontractkit/chainlink-common/pkg/logger.SugaredLogger).With
issues:
exclude-rules:
- path: test
Expand Down

0 comments on commit ca5eac6

Please sign in to comment.