From 9282632af10d2f090f7a89c873be00ec91053ae7 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Fri, 22 Aug 2025 18:14:13 +0530 Subject: [PATCH] Exclude dart linter checks for rust --- mobile/apps/photos/analysis_options.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mobile/apps/photos/analysis_options.yaml b/mobile/apps/photos/analysis_options.yaml index c444f8262e..48a86ebbfe 100644 --- a/mobile/apps/photos/analysis_options.yaml +++ b/mobile/apps/photos/analysis_options.yaml @@ -73,3 +73,5 @@ analyzer: - thirdparty/** - lib/generated/** - rust_builder/** + - lib/src/rust/** + - rust/src/**