mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
16 lines
337 B
YAML
16 lines
337 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:
|
|
exclude:
|
|
- lib/generated/spine_dart_bindings_generated.dart
|
|
- test/**
|
|
errors:
|
|
avoid_print: ignore
|
|
|
|
linter:
|
|
rules:
|
|
dangling_library_doc_comments: true
|