We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f974716 commit 477679fCopy full SHA for 477679f
pkg/lint/runner.go
@@ -91,7 +91,7 @@ func NewRunner(log logutils.Log, cfg *config.Config, args []string, goenv *gouti
91
skipFilesProcessor,
92
skipDirsProcessor,
93
94
- processors.NewGeneratedFileFilter(cfg.Issues.ExcludeGenerated),
+ processors.NewGeneratedFileFilter(cfg.Linters.LinterExclusions.Generated),
95
96
// Must be before exclude because users see already marked output and configure excluding by it.
97
processors.NewIdentifierMarker(),
0 commit comments