import_rules 0.0.7
import_rules: ^0.0.7 copied to clipboard
A lint plugin for the Dart analyzer that enforces custom import rules in your projects, enabling everything from simple allow/disallow lists to complex module dependency constraints.
Changelog #
0.0.7 #
- Add a global and per-rule
severityfield to change the severity level of rule violation reports.
0.0.6 #
- Support
analyzerv10.
0.0.5 #
- Support
analyzerv9.
0.0.4 #
- feat(pkg): Refresh stale cached rules when rules file changes (#5)
- Restarting the analysis server is no longer required after modifying the rules file.
0.0.3 #
- Fix broken image links in README.md.
0.0.2 #
- Just fix README.md.
0.0.1 #
- Initial version.