Incompatible lint doesnt trigger for included yaml #60125
Labels
analyzer-analysis-options
analyzer-warning
Issues with the analyzer's Warning codes
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
Steps:
very_good_analysis
to dependencies (can be dev)analysis_option.yaml
with:If you look at https://pub.dev/packages/very_good_analysis they say they prefer the usage of
always_use_package_imports
. But this triggers nothing, only this way you'll have both lints triggering on a loop. I think we either should triggerincompatible_lint
here or prefer the user manually written lint (prefered IMO).CC @pq
The text was updated successfully, but these errors were encountered: