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 ae867cc commit 01d1061Copy full SHA for 01d1061
pkg/config/config.go
@@ -23,8 +23,6 @@ type Config struct {
23
Issues Issues `mapstructure:"issues"`
24
Severity Severity `mapstructure:"severity"`
25
26
- Version Version // Flag only. // TODO(ldez) only used by the version command.
27
-
28
InternalCmdTest bool // Option is used only for testing golangci-lint command, don't use it
29
InternalTest bool // Option is used only for testing golangci-lint code, don't use it
30
}
0 commit comments