8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For now //nolint: perfsprint has been added in some files in CLI.
//nolint: perfsprint
Make changes in CLI to convert the fmt.Sprintf("%d)...) into strconv.Itoa and handle associated errors as well.
strconv.Itoa
RELEASE NOTE: