yx_scope_linter 0.2.0
yx_scope_linter: ^0.2.0 copied to clipboard
A package that contains static analysis rules for yx_scope DI framework
0.2.0 2025.12.16 #
- custom_lint ^0.6.8 -> ^0.7.0;
- custom_lint_builder ^0.6.2 -> ^0.7.0;
- analyzer_plugin ^0.11.2 -> ^0.13.4;
- analyzer ^6.4.1 -> ^7.0.0
- min Dart version 2.27.0 -> 3.6.0
0.1.4 2025.07.08 #
- Documentation links fixed
0.1.3 2025.07.07 #
- Fix: dep_cycle rule support for ScopeModule
- avoid_async_dep_child_scope lint rule added
- Linter CI added to project
- Analyzer version upgrade to v6.4.1
- Documentation fixes and updates
0.1.2 2024.12.18 #
- Two new manual lint rules:
avoid_child_scope_in_initialize_queueandavoid_conditions_in_initialize_queue - Updated repository link
- Library topics added
0.1.1 2024.10.23 #
- Minor fixes in links
0.1.0 #
- Ready to be open-source (but not finished yet)
0.0.1 #
- Added lints:
- consider_dep_suffix
- final_dep
- dep_cycle
- pass_async_lifecycle_in_initialize_queue
- use_async_dep_for_async_lifecycle