Skip to content

Commit 01d1061

Browse files
committed
chore: clean Config structure
1 parent ae867cc commit 01d1061

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/config/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ type Config struct {
2323
Issues Issues `mapstructure:"issues"`
2424
Severity Severity `mapstructure:"severity"`
2525

26-
Version Version // Flag only. // TODO(ldez) only used by the version command.
27-
2826
InternalCmdTest bool // Option is used only for testing golangci-lint command, don't use it
2927
InternalTest bool // Option is used only for testing golangci-lint code, don't use it
3028
}

0 commit comments

Comments
 (0)