mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
feat: implement stats per linter with a flag (#4341)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
7bc19270fc
commit
b3ffe708b4
3 changed files with 36 additions and 0 deletions
|
@ -37,4 +37,6 @@ type Run struct {
|
|||
|
||||
AllowParallelRunners bool `mapstructure:"allow-parallel-runners"`
|
||||
AllowSerialRunners bool `mapstructure:"allow-serial-runners"`
|
||||
|
||||
ShowStats bool `mapstructure:"show-stats"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue