How to combine several lint configurations ? #245
Unanswered
AdrienLemaire
asked this question in
Q&A
Replies: 1 comment
-
Looking deeper into it, I understand that flutter_lints do not enable rules that very_good_analysis doesn't.
riverpod_lints is a plugin, so I can add it in combination to very_good_analysis. I suppose the remaining issue is figuring out how to copy/paste DCM rules to custom_lint ? Sounds tedious |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I used the dart_code_metrics lint rules before, but the package has been discontinued and the analyser version conflicts with other packages, so I had to get rid of it (wondering if I can find rules like newline-before-return in other packages or copy/paste them somehow).
Ideally, I'd like to combine the flutter_lints, the riverpod_lints and the very_good_analysis lints + cherry-pick DCM lints if possible.
I understand that only riverpod_lints was made using custom_lint so far.
Is there a good way to get this configuration done ?
Beta Was this translation helpful? Give feedback.
All reactions