Skip to content
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

Re-write Q001-003 to use string flags #10456

Open
dhruvmanila opened this issue Mar 18, 2024 · 0 comments
Open

Re-write Q001-003 to use string flags #10456

dhruvmanila opened this issue Mar 18, 2024 · 0 comments
Labels
rule Implementing or modifying a lint rule

Comments

@dhruvmanila
Copy link
Member

Currently, the rules Q001, Q002, and Q003 extracts the trivia information from the source code. With #10298, we have all of the information available on the AST node. This can help simplify the implementation.

There's a raw_text field on Trivia which might still be required but need to check it's usages to confirm.

This is a low priority task.

@dhruvmanila dhruvmanila added the rule Implementing or modifying a lint rule label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule Implementing or modifying a lint rule
Projects
None yet
Development

No branches or pull requests

1 participant