We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: