analysis_options.yaml 291 Bytes
Newer Older
1 2 3 4 5
# Use the parent analysis options settings and enable null-experiment.

include: ../analysis_options.yaml

analyzer:
6 7
  errors:
    always_require_non_null_named_parameters: false # not needed with nnbd
8
    unnecessary_null_comparison: false # Turned off until null-safe rollout is complete.