Skip to content

Commit 4f471ec

Browse files
committed
chore: isolate Version field in Config
1 parent e35febc commit 4f471ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/config/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ type Config struct {
2020
Linters Linters
2121
Issues Issues
2222
Severity Severity
23-
Version Version
23+
24+
Version Version
2425

2526
InternalCmdTest bool `mapstructure:"internal-cmd-test"` // Option is used only for testing golangci-lint command, don't use it
2627
InternalTest bool // Option is used only for testing golangci-lint code, don't use it

0 commit comments

Comments
 (0)