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

Allow pub get execution on Windows platforms #240

Closed srtonz closed 6 months ago

srtonz commented 8 months ago

Fixes https://github.com/invertase/dart_custom_lint/issues/237

Overview

Several existing tests are failing when run on Windows. I believe I updated all the relevant ones here.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
custom-lint-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 9, 2024 9:52pm
CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

srtonz commented 7 months ago

@rrousselGit updated the broken lints, see if this works :-)

srtonz commented 7 months ago

Hey @rrousselGit if you could approve the CI run, keen to see if all is working

rrousselGit commented 6 months ago

Thanks!