We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
object_overwrite_linter()
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 will be obsolete with #2344 I think, since I use get_r_string() there so overwrites of non-syntactic names should also be caught.
get_r_string()
This reminds me that could use some tests.
Originally posted by @AshesITR in #2342 (comment)
The text was updated successfully, but these errors were encountered:
fix detection of non-syntactic names in object_overwrite_linter()
2327bad
fixes #2346
fix detection of non-syntactic names in object_overwrite_linter() (#…
9e5b4ac
…2347) * fix detection of non-syntactic names in `object_overwrite_linter()` fixes #2346 * fix non-syntactic string assignments * actually fix it * remove unnecessary startsWith() calls * avoid escape * move to separate test_that() --------- Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
Successfully merging a pull request may close this issue.
This will be obsolete with #2344 I think, since I use
get_r_string()
there so overwrites of non-syntactic names should also be caught.This reminds me that could use some tests.
Originally posted by @AshesITR in #2342 (comment)
The text was updated successfully, but these errors were encountered: