We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8087d82 commit 87436eeCopy full SHA for 87436ee
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