From 5d6a1c4beda8c5b78e94784646bbedfc748bb98e Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Thu, 25 Sep 2025 23:39:04 +0200 Subject: [PATCH] Entfernt Regel "avoid_classes_with_only_static_members" aus analysis_options.yaml --- analysis_options.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index f5df478..9b6523d 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -31,7 +31,6 @@ linter: - avoid_bool_literals_in_conditional_expressions - avoid_catches_without_on_clauses - avoid_catching_errors - - avoid_classes_with_only_static_members - avoid_double_and_int_checks - avoid_dynamic_calls - avoid_empty_else