mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 23:45:19 +08:00
12 lines
178 B
YAML
12 lines
178 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
invalid_annotation_target: ignore
|
|
exclude:
|
|
- "**/*.freezed.dart"
|
|
- "**/*.g.dart"
|
|
|
|
linter:
|
|
rules:
|