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

ignore_meta_linter_warnings #24

Open
modulovalue opened this issue Sep 6, 2022 · 0 comments
Open

ignore_meta_linter_warnings #24

modulovalue opened this issue Sep 6, 2022 · 0 comments

Comments

@modulovalue
Copy link
Owner

modulovalue commented Sep 6, 2022

If there's an SDK version mismatch between the user and developer of a lint rule list, then lints can be marked as being deprecated or missing by the dart analyzer. There's no way to disable such meta warnings, but there should be a way to do that e.g. # ignore: type=missing type=deprecated.

The developer of a lint rule list should be able to specify that and have it only affect the rules of that list and be propagated down to anyone who is including that analysis_options.yaml file.

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

1 participant