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
This piece of code will not register an offence:
def some_method(param='')
The problem is that '' has no positions associated with it in the resulting sexp.
sexp
[[[:@ident, "param", [1, 9]], [:string_literal, [:string_content]]]]
@jonas054, would you please take care of this?
The text was updated successfully, but these errors were encountered:
Upon further examination - the existing code does not work with [] and {} as well. It might be better to use tokens for this check instead of sexps.
[]
{}
Sorry, something went wrong.
Thanks for the tip! I'll take a look.
Can this issue be closed now?
No branches or pull requests
This piece of code will not register an offence:
The problem is that '' has no positions associated with it in the resulting
sexp
.@jonas054, would you please take care of this?
The text was updated successfully, but these errors were encountered: