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.7 to 1.0.8 (#3985)
This commit is contained in:
parent
e555470c82
commit
1c67f5914a
5 changed files with 15 additions and 5 deletions
|
@ -655,7 +655,8 @@ type NoNamedReturnsSettings struct {
|
|||
ReportErrorInDefer bool `mapstructure:"report-error-in-defer"`
|
||||
}
|
||||
type ParallelTestSettings struct {
|
||||
IgnoreMissing bool `mapstructure:"ignore-missing"`
|
||||
IgnoreMissing bool `mapstructure:"ignore-missing"`
|
||||
IgnoreMissingSubtests bool `mapstructure:"ignore-missing-subtests"`
|
||||
}
|
||||
|
||||
type PreallocSettings struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue