We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const MyConstantValue = float32(20)
This will trigger the check when it is being used as a constant and not as a magic number
The text was updated successfully, but these errors were encountered:
@dtracers Thanks for the report!
Sorry, something went wrong.
Check constant definitions first, fixes #13
32e1020
5b7114d
@dtracers Thanks again for your report. I fixed the bug with version 2.0.2. Feel free to try it out :)
tommy-muehle
No branches or pull requests
const MyConstantValue = float32(20)
This will trigger the check when it is being used as a constant and not as a magic number
The text was updated successfully, but these errors were encountered: