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: exclude:
- "**/*.g.dart" - "**/*.g.dart"
- "**/*.freezed.dart" - "**/*.freezed.dart"
plugins:
- dart_code_linter
linter: linter:
rules: rules:
@@ -17,6 +15,8 @@ linter:
prefer_final_in_for_each: true prefer_final_in_for_each: true
avoid_print: 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: dart_code_linter:
rules-exclude: rules-exclude:
- "test/**" - "test/**"
+1 -1
View File
@@ -91,7 +91,7 @@ dev_dependencies:
json_serializable: ^6.7.1 json_serializable: ^6.7.1
slang_build_runner: ^4.14.0 slang_build_runner: ^4.14.0
sentry_dart_plugin: ^3.3.0 sentry_dart_plugin: ^3.3.0
# dart_code_linter 4.1.6 crashes analyzer 10.0.1 during plugin analysis. # Used by the explicit check-unused-* CI steps; its analyzer plugin is disabled.
dart_code_linter: 4.0.2 dart_code_linter: 4.0.2
drift_dev: ^2.28.3 drift_dev: ^2.28.3
shared_preferences_platform_interface: ^2.4.0 shared_preferences_platform_interface: ^2.4.0