We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183b016 commit c7e7543Copy full SHA for c7e7543
pkg/config/loader.go
@@ -308,8 +308,8 @@ func (l *Loader) applyStringSliceHack() {
308
309
l.appendStringSlice("skip-dirs", &l.cfg.Run.SkipDirs)
310
l.appendStringSlice("skip-files", &l.cfg.Run.SkipFiles)
311
- l.appendStringSlice("skip-dirs", &l.cfg.Issues.ExcludeDirs)
312
- l.appendStringSlice("skip-files", &l.cfg.Issues.ExcludeFiles)
+ l.appendStringSlice("exclude-dirs", &l.cfg.Issues.ExcludeDirs)
+ l.appendStringSlice("exclude-files", &l.cfg.Issues.ExcludeFiles)
313
}
314
315
func (l *Loader) appendStringSlice(name string, current *[]string) {
0 commit comments