2025-07-14 22:38:23 +00:00
|
|
|
include: package:very_good_analysis/analysis_options.yaml
|
2024-12-31 08:50:53 +00:00
|
|
|
|
2025-07-14 22:38:23 +00:00
|
|
|
analyzer:
|
|
|
|
|
errors:
|
|
|
|
|
always_use_package_imports: ignore
|
|
|
|
|
public_member_api_docs: ignore
|
|
|
|
|
lines_longer_than_80_chars: ignore
|
|
|
|
|
avoid_function_literals_in_foreach_calls: ignore
|
|
|
|
|
avoid_setters_without_getters: ignore
|
|
|
|
|
inference_failure_on_instance_creation: ignore
|
|
|
|
|
avoid_positional_boolean_parameters: ignore
|
|
|
|
|
inference_failure_on_collection_literal: ignore
|
2025-10-14 12:16:55 +00:00
|
|
|
matching_super_parameters: ignore
|
2026-02-21 00:20:17 +00:00
|
|
|
parameter_assignments: ignore
|
2025-07-14 22:38:23 +00:00
|
|
|
exclude:
|
|
|
|
|
- "lib/src/model/protobuf/**"
|
|
|
|
|
- "lib/src/model/protobuf/api/websocket/**"
|
|
|
|
|
- "lib/generated/**"
|
2025-07-15 11:38:38 +00:00
|
|
|
- "dependencies/**"
|
2025-12-07 17:14:01 +00:00
|
|
|
- "pubspec.yaml"
|
|
|
|
|
- "*.arb"
|
2025-07-14 22:38:23 +00:00
|
|
|
- "test/drift/**"
|
|
|
|
|
- "**.g.dart"
|
2024-12-31 08:50:53 +00:00
|
|
|
|
|
|
|
|
linter:
|
|
|
|
|
rules:
|
2025-07-14 22:38:23 +00:00
|
|
|
public_member_api_docs: false
|
|
|
|
|
avoid_catches_without_on_clauses: false
|
|
|
|
|
document_ignores: false
|
2025-10-17 21:19:00 +00:00
|
|
|
discarded_futures: false
|