Skip to content

Commit

Permalink
chore: update implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 9, 2024
1 parent 4767c1b commit 295b23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/golinters/wsl/wsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func New(settings *config.WSLSettings) *goanalysis.Linter {
ForceCuddleErrCheckAndAssign: settings.ForceCuddleErrCheckAndAssign,
ErrorVariableNames: settings.ErrorVariableNames,
ForceExclusiveShortDeclarations: settings.ForceExclusiveShortDeclarations,
IncludeGenerated: true, // force to true because golangci-lint already have a way to filter generated files.
}
}

Expand Down

0 comments on commit 295b23c

Please sign in to comment.