-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create tool which compares rulesets of different analysis_options.yaml
#102
Comments
Sounds like a fun task for somebody with some free time :) I'll write my idea for it: This tool would accept a lints yaml file, e.g. the one from flutter_lints and print all the rules it contains. If the lints yaml file So in
Maybe there's some existing package that already does this? I also think it must for sure already exist somewhere in the |
I already started researching this yesterday. Here is the place that implements this logic: https://github.com/dart-lang/sdk/blob/84f528d26dae3c75cad7c850321cbf1a15f96361/pkg/analyzer/lib/src/analysis_options/analysis_options_provider.dart#L63 Requires extra research how to actually use this outside of analyzer |
Can a package depend on Depending on stuff from packages's |
Yes
Not sure why it isnt re-exported from |
Originally posted by @bartekpacia in #101 (review)
The text was updated successfully, but these errors were encountered: