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

Removed experimental flag from multiple rules #3037

Merged
merged 1 commit into from Feb 15, 2023

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Feb 15, 2023

Remove experimental tag from avoid-implicit, ignore-errors, key-order, no-free-form, no-prompting, risky-file-permissions, run-once, schema and var-naming.

This means that occurrences of these violations will be marked as errors instead of warnings. Users still have the option to add them to their own warn_list or skip_list.

All mentioned rules were in place for some time and that is a confirmation that we find their implementation mature.

If you were using the --strict mode, this change will have no impact.

Remove experimental tag from avoid-implicit, ignore-errors, key-order,
no-free-form, no-prompting, risky-file-permissions, run-once,
schema and var-naming.

This means that occurrences of these violations will be marked as
errors instead of warnings. Users still have the option to add them
to their own warn_list or skip_list.

All mentioned rules were in place for some time and that is a
confirmation that we find their implementation mature.
@ssbarnea ssbarnea merged commit 2d06a15 into main Feb 15, 2023
@ssbarnea ssbarnea deleted the feat/remove-experimental branch February 15, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants