dapr / cli

Command-line tools for Dapr.
Apache License 2.0
313 stars 197 forks source link

Fix perfsprint linter errors #1374

Open mukundansundar opened 5 months ago

mukundansundar commented 5 months ago

Describe the proposal

For now //nolint: perfsprint has been added in some files in CLI.

Make changes in CLI to convert the fmt.Sprintf("%d)...) into strconv.Itoa and handle associated errors as well.

Release Note

RELEASE NOTE:

sp6370 commented 5 months ago

@mukundansundar I would like to pick this up.

sp6370 commented 5 months ago

/assign