Analyzer: auch ios/build ausschließen
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
cda8bc4cc2
commit
e999da5d48
1 changed files with 2 additions and 1 deletions
|
|
@ -11,9 +11,10 @@ include: package:flutter_lints/flutter.yaml
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
exclude:
|
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.
|
# Fremd-Pakete (Firebase-Beispielcode), die nicht zum Projekt gehören.
|
||||||
- build/**
|
- build/**
|
||||||
|
- ios/build/**
|
||||||
|
|
||||||
linter:
|
linter:
|
||||||
# The lint rules applied to this project can be customized in the
|
# The lint rules applied to this project can be customized in the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue