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 e35febc commit 4f471ecCopy full SHA for 4f471ec
pkg/config/config.go
@@ -20,7 +20,8 @@ type Config struct {
20
Linters Linters
21
Issues Issues
22
Severity Severity
23
- Version Version
+
24
+ Version Version
25
26
InternalCmdTest bool `mapstructure:"internal-cmd-test"` // Option is used only for testing golangci-lint command, don't use it
27
InternalTest bool // Option is used only for testing golangci-lint code, don't use it
0 commit comments