perf: avoid string concatenation in loops (#7572)

* perf: avoid string concatenation in loops

Apply perfpsrint linter

Signed-off-by: Philippe Antoine <contact@catenacyber.fr>

* ci: enable perfsprint

Signed-off-by: Philippe Antoine <contact@catenacyber.fr>

---------

Signed-off-by: Philippe Antoine <contact@catenacyber.fr>
This commit is contained in:
Catena cyber
2025-10-06 09:05:58 +02:00
committed by GitHub
parent 51f94b0bb4
commit 625f6c9307
8 changed files with 36 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ linters:
- intrange
- nakedret
- nolintlint
- perfsprint
- prealloc
- protogetter
- staticcheck
@@ -31,10 +32,17 @@ linters:
- common-false-positives
- legacy
- std-error-handling
rules:
# Exclude some linters from running on tests files.
- path: _test\.go
linters:
- perfsprint
settings:
govet:
enable:
- nilness
perfsprint:
error-format: false
revive:
rules:
- name: blank-imports