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
dscanner.suspicious.label_var_same_name triggers here:
dscanner.suspicious.label_var_same_name
struct Foo { long line = 1; static void bar() { long line = 1; // Variable "Foo.line" has the same name as a variable defined on line 2. } }
Does this make sense? Be that as it may, the message doesn’t do so.
The text was updated successfully, but these errors were encountered:
I think for static functions/structs we could add a special case, since the user might redefine these fields to pass them in from outside
Sorry, something went wrong.
No branches or pull requests
dscanner.suspicious.label_var_same_name
triggers here:Does this make sense?
Be that as it may, the message doesn’t do so.
The text was updated successfully, but these errors were encountered: