dart-sdk/pkg/vm_service/analysis_options.yaml

14 lines
268 B
YAML
Raw Permalink Normal View History

include: package:lints/recommended.yaml
analyzer:
errors:
unnecessary_library_name: ignore
linter:
rules:
# still 5 errors in lib/src/vm_service.dart
# - comment_references
- directives_ordering
- prefer_single_quotes
- unawaited_futures