dartanalyzer --options not honored #33753
Labels
devexp-command
Issues with the command-line dartanalyzer tool
legacy-area-analyzer
Use area-devexp instead.
P4
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Dart version and OS
Here is a repos where you can repros it.
Step:
tools/pre_commit.sh
What is expected:
file ending in
.g.dart
should be excluded since it's in the analysis_options.yamlWhat happen:
file ending in
.g.dart
are not excludedhere is the call to dartanalyzer
dartanalyzer --options=analysis_options.yaml --fatal-hints --fatal-warnings .
and in the analysis_options.yaml i have
The text was updated successfully, but these errors were encountered: