Skip to content
Verified Commit 1e29bdf9 authored by Florian Forster's avatar Florian Forster 🌴
Browse files

feat(golangci-lint): Disable the `perfsprint` and `prealloc`.

These analyzers encourage premature optimization, instead of focusing on code
quality. In the vast majority of cases, the performance benefit of
`strconv.FormatInt()` over `fmt.Sprint()`, and pre-allocating fixed-sized
slices are negligible.
parent 9640bffb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment