chore(analyzer): exclude platform folders from analysis

This commit is contained in:
zarzet
2026-08-19 21:24:32 +07:00
parent 951f648787
commit 43e44db257
+6
View File
@@ -18,6 +18,12 @@ analyzer:
- .dart_tool/**
- lib/**/*.g.dart
- lib/l10n/*.dart
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**
language:
strict-casts: true
strict-inference: true