fix(ci): disable crashing analyzer plugin

This commit is contained in:
edde746
2026-07-14 07:23:16 +02:00
parent 0cb19a4e30
commit 12eb9b71b6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,6 @@ analyzer:
exclude:
- "**/*.g.dart"
- "**/*.freezed.dart"
plugins:
- dart_code_linter
linter:
rules:
@@ -17,6 +15,8 @@ linter:
prefer_final_in_for_each: true
avoid_print: true
# Do not register DCL as an analyzer plugin: its analyzer 10 integration crashes
# on Linux. CI invokes the supported check-unused commands explicitly.
dart_code_linter:
rules-exclude:
- "test/**"