We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4767c1b commit 295b23cCopy full SHA for 295b23c
pkg/golinters/wsl/wsl.go
@@ -25,6 +25,7 @@ func New(settings *config.WSLSettings) *goanalysis.Linter {
25
ForceCuddleErrCheckAndAssign: settings.ForceCuddleErrCheckAndAssign,
26
ErrorVariableNames: settings.ErrorVariableNames,
27
ForceExclusiveShortDeclarations: settings.ForceExclusiveShortDeclarations,
28
+ IncludeGenerated: true, // force to true because golangci-lint already have a way to filter generated files.
29
}
30
31
0 commit comments