feat: implement stats per linter with a flag (#4341)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Mostafa Moradian 2024-02-02 20:32:46 +01:00 committed by GitHub
parent 7bc19270fc
commit b3ffe708b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 0 deletions

View file

@ -37,4 +37,6 @@ type Run struct {
AllowParallelRunners bool `mapstructure:"allow-parallel-runners"`
AllowSerialRunners bool `mapstructure:"allow-serial-runners"`
ShowStats bool `mapstructure:"show-stats"`
}