We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84de88 commit d52a8fcCopy full SHA for d52a8fc
pkg/golinters/importas.go
@@ -32,7 +32,7 @@ func NewImportAs(settings *config.ImportAsSettings) *goanalysis.Linter {
32
lintCtx.Log.Errorf("failed to parse configuration: %v", err)
33
}
34
35
- if err := analyzer.Flags.Set("no-extra-aliases", strconv.FormatBool(settings.NoUnaliased)); err != nil {
+ if err := analyzer.Flags.Set("no-extra-aliases", strconv.FormatBool(settings.NoExtraAliases)); err != nil {
36
37
38
0 commit comments