d4t_formulas/.pub-cache/hosted/pub.dev/vm_service-15.0.2/analysis_options.yaml

16 lines
339 B
YAML
Raw Normal View History

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