Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ linters:
- omitzero
perfsprint:
int-conversion: false
integer-format: false
err-error: false
errorf: true
sprintf1: false
Expand Down Expand Up @@ -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
Expand Down
Loading