Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "numtostr" linter #3479

Closed
leonklingele opened this issue Jan 14, 2023 · 0 comments
Closed

Add "numtostr" linter #3479

leonklingele opened this issue Jan 14, 2023 · 0 comments
Labels
enhancement New feature or improvement linter: new Support new linter no decision No decision to fix or not

Comments

@leonklingele
Copy link
Member

Your feature request related to a problem? Please describe.

The numtostr linter find wrong usage of fmt.Sprint to parse numbers. Instead, strconv.Itoa should be used.

https://github.com/gostaticanalysis/numtostr

Describe the solution you'd like.

Describe alternatives you've considered.

Additional context.

No response

@leonklingele leonklingele added the enhancement New feature or improvement label Jan 14, 2023
@ldez ldez added linter: new Support new linter no decision No decision to fix or not labels Jan 15, 2023
@Antonboom Antonboom closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement linter: new Support new linter no decision No decision to fix or not
Projects
None yet
Development

No branches or pull requests

3 participants