Closed srawlins closed 2 weeks ago
Notes for whoever implements this in dart_style:
lib/src/analysis_options/merge_options.dart
needs to change, just lib/src/analysis_options/analysis_options_file.dart
around line 73.include
list and merge them in the right direction in the right order.@munificent would you mind if I took a whack at this?
I was honestly surprised when I first implemented this that only a single include was supported.
@munificent would you mind if I took a whack at this?
Sure, not at all! Thanks!
For https://github.com/dart-lang/sdk/issues/47256, the analyzer recently supports merging multiple include files, in an analysis options file. So before we only supported:
and we now additionally support:
I believe this package has it's own YAML merging logic to read the single (chain of) include files.