From ce6f8d3a834a0a55e416bf089c4aa406baf9dd6e Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Thu, 19 Oct 2017 08:33:01 +0200 Subject: [PATCH] comment some lint exclusions (#12601) --- analysis_options.yaml | 6 +++--- analysis_options_repo.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 1390906a4e0..04c0a6d1cf0 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -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 diff --git a/analysis_options_repo.yaml b/analysis_options_repo.yaml index 31ba513305c..d4e5409eeaf 100644 --- a/analysis_options_repo.yaml +++ b/analysis_options_repo.yaml @@ -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