9 lines
255 B
YAML
9 lines
255 B
YAML
|
|
include: ../analysis_options.yaml
|
||
|
|
|
||
|
|
# Turn off the avoid_dynamic_calls lint for the test/ directory.
|
||
|
|
analyzer:
|
||
|
|
errors:
|
||
|
|
avoid_dynamic_calls: ignore
|
||
|
|
inference_failure_on_collection_literal: ignore
|
||
|
|
inference_failure_on_instance_creation: ignore
|