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.6.0 to 0.7.0 (#4386)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
d7a461a045
commit
e5d2bc9529
7 changed files with 12 additions and 6 deletions
|
@ -112,6 +112,7 @@ var defaultLintersSettings = LintersSettings{
|
|||
ErrError: false,
|
||||
ErrorF: true,
|
||||
SprintF1: true,
|
||||
StrConcat: true,
|
||||
},
|
||||
Prealloc: PreallocSettings{
|
||||
Simple: true,
|
||||
|
@ -711,6 +712,7 @@ type PerfSprintSettings struct {
|
|||
ErrError bool `mapstructure:"err-error"`
|
||||
ErrorF bool `mapstructure:"errorf"`
|
||||
SprintF1 bool `mapstructure:"sprintf1"`
|
||||
StrConcat bool `mapstructure:"strconcat"`
|
||||
}
|
||||
|
||||
type PreallocSettings struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue