Skip to content

Commit

Permalink
golangci-lint: add nolintlint (#14954)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Oct 25, 2024
1 parent 9496630 commit 4fdcae8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ linters:
- mirror
- misspell
- noctx
- nolintlint
- perfsprint
- prealloc
- revive
Expand Down Expand Up @@ -164,6 +165,9 @@ linters-settings:
- (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
nolintlint:
require-specific: true
require-explanation: true
issues:
exclude-rules:
- path: test
Expand Down

0 comments on commit 4fdcae8

Please sign in to comment.