mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 05:21:15 +08:00
11 lines
269 B
YAML
11 lines
269 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
# Additional information about this file can be found at
|
|
# https://dart.dev/guides/language/analysis-options
|
|
analyzer:
|
|
errors:
|
|
invalid_annotation_target: ignore
|
|
exclude:
|
|
- "**/*.freezed.dart"
|
|
- "**/*.g.dart"
|