mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 11:19:18 +08:00
9 lines
291 B
YAML
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.
|