This commit is contained in:
mertalev
2025-09-12 18:02:19 -04:00
parent d8ae850447
commit 3c14421257
2 changed files with 8 additions and 154 deletions
+7
View File
@@ -134,6 +134,13 @@ custom_lint:
dart_code_metrics:
rules:
- banned-usage:
entries:
- name: debugPrint
description: Use dPrint instead of debugPrint for proper tree-shaking in release builds.
exclude-paths:
- 'lib/utils/debug_print.dart'
severity: perf
# All rules from "recommended" preset
# Show potential errors
# - avoid-cascade-after-if-null