flutter_flutter/packages/flutter/analysis_options.yaml
2020-11-16 11:07:37 -08:00

9 lines
291 B
YAML

# Use the parent analysis options settings and enable null-experiment.
include: ../analysis_options.yaml
analyzer:
errors:
always_require_non_null_named_parameters: false # not needed with nnbd
unnecessary_null_comparison: false # Turned off until null-safe rollout is complete.