mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
dev: rewrite linters Manager (#4419)
This commit is contained in:
parent
26f8088b38
commit
b14d05cdb4
27 changed files with 1749 additions and 1825 deletions
|
@ -25,8 +25,8 @@ type versionInfo struct {
|
|||
}
|
||||
|
||||
type versionOptions struct {
|
||||
Format string `mapstructure:"format"`
|
||||
Debug bool `mapstructure:"debug"`
|
||||
Format string
|
||||
Debug bool
|
||||
}
|
||||
|
||||
type versionCommand struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue