Skip to content

allow disabling rules via comments #304

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

Open
psteinroe opened this issue Apr 4, 2025 · 0 comments
Open

allow disabling rules via comments #304

psteinroe opened this issue Apr 4, 2025 · 0 comments
Assignees

Comments

@psteinroe
Copy link
Collaborator

we should add a general purpose comment parsing solution:

  • a comment directly above a statement should be included in the statement: change in statement_splitter
  • add an "annotation" struct in the workspace that uses the lexer to extract annotations within comments for a statement

Discussed in #299

Originally posted by mplanchard April 4, 2025
The default ban on dropping columns is great, but it would be nice in cases where we know the drop is safe to be able to indicate that that particular drop should be ignored. Is this possible?

@psteinroe psteinroe self-assigned this Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant