mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/kunwardeep/paralleltest from 1.0.9 to 1.0.10 (#4394)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
2417da15e7
commit
f4e33e0bf1
5 changed files with 17 additions and 10 deletions
|
@ -703,8 +703,9 @@ type NoNamedReturnsSettings struct {
|
|||
}
|
||||
|
||||
type ParallelTestSettings struct {
|
||||
IgnoreMissing bool `mapstructure:"ignore-missing"`
|
||||
IgnoreMissingSubtests bool `mapstructure:"ignore-missing-subtests"`
|
||||
Go string `mapstructure:"-"`
|
||||
IgnoreMissing bool `mapstructure:"ignore-missing"`
|
||||
IgnoreMissingSubtests bool `mapstructure:"ignore-missing-subtests"`
|
||||
}
|
||||
|
||||
type PerfSprintSettings struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue