apskel-owner-flutter/analysis_options.yaml

20 lines
448 B
YAML
Raw Permalink Normal View History

2025-08-12 14:08:12 +07:00
include: package:flutter_lints/flutter.yaml
linter:
rules:
2025-08-12 15:18:38 +07:00
sort_pub_dependencies: false
prefer_relative_imports: true
2025-08-12 14:08:12 +07:00
2025-08-12 15:18:38 +07:00
analyzer:
errors:
missing_required_param: error
missing_return: error
must_be_immutable: error
sort_unnamed_constructors_first: ignore
invalid_annotation_target: ignore
use_build_context_synchronously: ignore
exclude:
- test/generated/**
- "**/**.g.dart"
- "**/**.freezed.dart"