diff --git a/analysis_options.yaml b/analysis_options.yaml index c8087081b6..74c42c590b 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -52,7 +52,7 @@ linter: - avoid_bool_literals_in_conditional_expressions - avoid_catches_without_on_clauses - avoid_catching_errors - - avoid_classes_with_only_static_members + # - avoid_classes_with_only_static_members - avoid_double_and_int_checks - avoid_dynamic_calls - avoid_equals_and_hash_code_on_mutable_classes diff --git a/lib/src/analyzers/lint_analyzer/rules/rules_list/member_ordering_extended/config_parser.dart b/lib/src/analyzers/lint_analyzer/rules/rules_list/member_ordering_extended/config_parser.dart index 2de09bf586..ee6924c4a8 100644 --- a/lib/src/analyzers/lint_analyzer/rules/rules_list/member_ordering_extended/config_parser.dart +++ b/lib/src/analyzers/lint_analyzer/rules/rules_list/member_ordering_extended/config_parser.dart @@ -1,6 +1,5 @@ part of 'member_ordering_extended.dart'; -// ignore: avoid_classes_with_only_static_members class _ConfigParser { static const _defaultOrderList = [ 'public-fields',