invertase / dart_custom_lint

💡 Easily write powerful Dart & Flutter lint rules for your projects or for users of your packages.
https://pub.dev/packages/custom_lint
Apache License 2.0
288 stars 65 forks source link

feat: support dart: packages in TypeChecker.fromPackage and TypeChecker.fromName #279

Closed oskar-zeinomahmalat-sonarsource closed 1 month ago

oskar-zeinomahmalat-sonarsource commented 1 month ago

fixes #278

docs-page[bot] commented 1 month ago

To view this pull requests documentation preview, visit the following URL:

docs.page/invertase/dart_custom_lint~279

Documentation is deployed and generated using docs.page.

vercel[bot] commented 1 month ago

@oskar-zeinomahmalat-sonarsource is attempting to deploy a commit to the Invertase Team on Vercel.

A member of the Team first needs to authorize it.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

rrousselGit commented 1 month ago

Could you add tests for this?

oskar-zeinomahmalat-sonarsource commented 1 month ago

I've added a small test similar to the existing TypeChecker.fromPackage test :+1:

rrousselGit commented 1 month ago

Thanks!