From 2c7c142fbe1bdfcf0a815d0240ab5ac4cc6b2113 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Fri, 21 Nov 2025 19:23:26 +0200 Subject: [PATCH] chore: simplify perfsprint linter configuration Signed-off-by: Oleksandr Redko --- .golangci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 841d9606647..5db27a7aa91 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -77,6 +77,7 @@ linters: - omitzero perfsprint: int-conversion: false + integer-format: false err-error: false errorf: true sprintf1: false @@ -147,10 +148,6 @@ linters: - linters: - godot path: _test\.go - # Disable perfsprint for fmt.Sprint until https://github.com/catenacyber/perfsprint/issues/39 gets fixed. - - linters: - - perfsprint - text: fmt.Sprint.* can be replaced with faster issues: # Maximum issues count per one linter. max-issues-per-linter: 0