From e999da5d483b3db403d6e76c5c5e95388203e931 Mon Sep 17 00:00:00 2001 From: cschlaefke Date: Sat, 18 Jul 2026 23:53:29 +0200 Subject: [PATCH] =?UTF-8?q?Analyzer:=20auch=20ios/build=20ausschlie=C3=9Fe?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- analysis_options.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 6013281..4b997f2 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -11,9 +11,10 @@ include: package:flutter_lints/flutter.yaml analyzer: exclude: - # Der Build-Ordner enthält u. a. von Swift Package Manager abgelegte + # Build-Ordner enthalten u. a. von Swift Package Manager abgelegte # Fremd-Pakete (Firebase-Beispielcode), die nicht zum Projekt gehören. - build/** + - ios/build/** linter: # The lint rules applied to this project can be customized in the