analysis_options's exclude is not respected with parts #34717
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Tested with
2.0.0
and2.1.0-dev.5.0
and the following files:analysis_options.yaml
:lib/a.dart
:lib/a.g.dart
:I get the result:
Regarding the exclude section lint on
a.g.dart
shouldn't be there.As the generated file is not really modifiable this issue is quite annoying when you use package like
source_gen
.The text was updated successfully, but these errors were encountered: