Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 8800440

Browse files
authored
build: disable rule avoid_classes_with_only_static_members (#413)
1 parent bc56884 commit 8800440

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ linter:
5252
- avoid_bool_literals_in_conditional_expressions
5353
- avoid_catches_without_on_clauses
5454
- avoid_catching_errors
55-
- avoid_classes_with_only_static_members
55+
# - avoid_classes_with_only_static_members
5656
- avoid_double_and_int_checks
5757
- avoid_dynamic_calls
5858
- avoid_equals_and_hash_code_on_mutable_classes

lib/src/analyzers/lint_analyzer/rules/rules_list/member_ordering_extended/config_parser.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
part of 'member_ordering_extended.dart';
22

3-
// ignore: avoid_classes_with_only_static_members
43
class _ConfigParser {
54
static const _defaultOrderList = [
65
'public-fields',

0 commit comments

Comments
 (0)