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 f3bcb5c commit 8497bc7Copy full SHA for 8497bc7
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