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

Allow to exclude all rules that break clients #316

Open
kudrevatykh opened this issue Sep 15, 2023 · 2 comments
Open

Allow to exclude all rules that break clients #316

kudrevatykh opened this issue Sep 15, 2023 · 2 comments

Comments

@kudrevatykh
Copy link

There are a lot of rules that helps not to break existing clients. For example ban-drop-not-null and ban-drop-table
It whould be nice if user can exclude all such rules with one option and leave only rules that cause exlusive locks and data rewrite.

@chdsbd
Copy link
Collaborator

chdsbd commented Sep 16, 2023

We could add another value to the —exclude option, like: backwards-compatibility, locking, schema-style

For the documentation website we already define groups like this with tags:

description:

We could also add a new flag to be more explicit, like —-exclude-group

@alper
Copy link

alper commented Jul 15, 2024

Would it make sense to have an include option as well to specify including only a subset of rules? That is what we'd be interested in at the moment (include all the rules that would guarantee FORWARD compatibility).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants