Commit ce6f8d3a authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

comment some lint exclusions (#12601)

parent 700dc9f7
......@@ -75,10 +75,10 @@ linter:
- always_require_non_null_named_parameters
- always_specify_types
- annotate_overrides
# - avoid_annotating_with_dynamic # not yet tested
# - avoid_annotating_with_dynamic # conflicts with always_specify_types
- avoid_as
# - avoid_catches_without_on_clauses # not yet tested
# - avoid_catching_errors # not yet tested
# - avoid_catches_without_on_clauses # we do this commonly
# - avoid_catching_errors # we do this commonly
# - avoid_classes_with_only_static_members # not yet tested
- avoid_function_literals_in_foreach_calls
- avoid_init_to_null
......
......@@ -69,10 +69,10 @@ linter:
- always_require_non_null_named_parameters
- always_specify_types
- annotate_overrides
# - avoid_annotating_with_dynamic # not yet tested
# - avoid_annotating_with_dynamic # conflicts with always_specify_types
- avoid_as
# - avoid_catches_without_on_clauses # not yet tested
# - avoid_catching_errors # not yet tested
# - avoid_catches_without_on_clauses # we do this commonly
# - avoid_catching_errors # we do this commonly
# - avoid_classes_with_only_static_members # not yet tested
- avoid_function_literals_in_foreach_calls
- avoid_init_to_null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment