mirror of
https://github.com/foss42/apidash.git
synced 2025-06-05 10:20:44 +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:
|