A package to help writing custom linters
More...
Update fileToAnalyze from *.dart to **.dart to match the fileToAnalyze fix in custom_lint_builder
fileToAnalyze
*.dart
**.dart
custom_lint_builder
Fix TypeChecker.fromPackage not always return true when it should
TypeChecker.fromPackage
true
Fix exception thrown by TypeChecker.isExactlyType if DartType.element is null.
TypeChecker.isExactlyType
DartType.element
null
Initial release
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
analyzer, analyzer_plugin, collection, custom_lint, matcher, meta, path, recase, source_span, yaml
Packages that depend on custom_lint_core
Back