blob: ad8b22ef409dd66746bc522899e43310f2939755 [file] [log] [blame]
# 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.