custom_lint_core 0.5.0
custom_lint_core: ^0.5.0 copied to clipboard
A package to help writing custom linters
0.5.0 - 2023-06-21 #
custom_lintupgraded to0.5.0
0.4.0 - 2023-05-12 #
- Added support for analyzer 5.12.0
0.3.4 - 2023-04-19 #
custom_lintupgraded to0.3.4
0.3.3 - 2023-04-06 #
- Upgraded
analyzerto>=5.7.0 <5.11.0 LintRuleNodeRegistryand other AstVisitor-like now are based offGeneralizingAstVisitorinstead ofGeneralizingAstVisitor- Exposes the Pubspec in CustomLintContext
0.3.2 - 2023-03-09 #
custom_lintupgraded to0.3.2
0.3.1 - 2023-03-09 #
Update dependencies
0.3.0 - 2023-03-09 #
- Update analyzer to >=5.7.0 <5.8.0
0.2.12 #
Upgrade custom_lint
0.2.11 #
Bump minimum Dart SDK to sdk: ">=2.19.0 <3.0.0"
0.2.10 #
Update fileToAnalyze from *.dart to **.dart to match the fileToAnalyze fix in custom_lint_builder
0.2.9 #
Fix TypeChecker.fromPackage not always return true when it should
0.2.8 #
Fix exception thrown by TypeChecker.isExactlyType if DartType.element is null.
0.2.7 #
Initial release