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:
dependabot[bot] 2024-02-15 20:01:52 +01:00 committed by GitHub
parent d7a461a045
commit e5d2bc9529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 6 deletions

View file

@ -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 {