Skip to content

Commit c2621a3

Browse files
authored
Merge pull request #4392 from alexandear/chore/perfsprint-conf
chore: simplify perfsprint linter configuration
2 parents 68be6f2 + 2c7c142 commit c2621a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.golangci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ linters:
7777
- omitzero
7878
perfsprint:
7979
int-conversion: false
80+
integer-format: false
8081
err-error: false
8182
errorf: true
8283
sprintf1: false
@@ -147,10 +148,6 @@ linters:
147148
- linters:
148149
- godot
149150
path: _test\.go
150-
# Disable perfsprint for fmt.Sprint until https://github.com/catenacyber/perfsprint/issues/39 gets fixed.
151-
- linters:
152-
- perfsprint
153-
text: fmt.Sprint.* can be replaced with faster
154151
issues:
155152
# Maximum issues count per one linter.
156153
max-issues-per-linter: 0

0 commit comments

Comments
 (0)