-
Notifications
You must be signed in to change notification settings - Fork 394
Add a linter warning for special quote characters #1880
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
Comments
Thanks for the issue @notgriffin! Do you want |
@notgriffin Was this something you had a problem with? The PowerShell parser does some work to help manage the different quote characters. |
Hi @StevenBucher98! Yes the |
The specific input is useful but me it feels like issue #1436 already covers this |
Yeah I guess it covers it to come degree, although I think that issue should then be expanded to include the characters I specified above. |
yes, that's what I meant by 'your specific is useful', can you comment this on the other issue please and we close this as a duplicate? |
Prerequisites
Summary
Users who copy and paste code may inadvertently grab special quote characters and not normal quote characters. The linter should warn that special quotes were used to surround a string. Otherwise the code will likely error out.
Proposed Design
Add a linting rule to warn when special quote characters are used to surround a string
The text was updated successfully, but these errors were encountered: