Skip to content

Commit

Permalink
NR-170460: avoid magic number linter for defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Oct 19, 2023
1 parent 0e6ed90 commit 88ffc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (

// Default configurable values
//
//nolint:gochecknoglobals
//nolint:gochecknoglobals,gomnd
var (
// public
DefaultContainerCacheMetadataLimit = 60
Expand Down

0 comments on commit 88ffc82

Please sign in to comment.