mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/catenacyber/perfsprint from 0.3.0 to 0.3.1 (#4199)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
b3146552ac
commit
be5c2e930d
9 changed files with 36 additions and 14 deletions
|
@ -106,6 +106,9 @@ var defaultLintersSettings = LintersSettings{
|
|||
},
|
||||
PerfSprint: PerfSprintSettings{
|
||||
IntConversion: true,
|
||||
ErrError: false,
|
||||
ErrorF: true,
|
||||
SprintF1: true,
|
||||
},
|
||||
Prealloc: PreallocSettings{
|
||||
Simple: true,
|
||||
|
@ -691,6 +694,9 @@ type ParallelTestSettings struct {
|
|||
|
||||
type PerfSprintSettings struct {
|
||||
IntConversion bool `mapstructure:"int-conversion"`
|
||||
ErrError bool `mapstructure:"err-error"`
|
||||
ErrorF bool `mapstructure:"errorf"`
|
||||
SprintF1 bool `mapstructure:"sprintf1"`
|
||||
}
|
||||
|
||||
type PreallocSettings struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue