fluttercommunity / import_sorter

🎯 Automatically organize your dart imports. Maintainer: @gleich
https://pub.dev/packages/import_sorter
MIT License
174 stars 40 forks source link

Package update with lint rules #70

Closed pythonhubdev closed 10 months ago

pythonhubdev commented 10 months ago
lig commented 10 months ago

Personally, I would like to see those things being a separate PRs.

Also, IMO, linting rules shouldn't change current code style drastically but rather embrace it. I mean, if project mostly uses single quotes that what should we put in as a linting rule.

pythonhubdev commented 10 months ago

Sure will do as required @lig

vkammerer commented 10 months ago

@pythonhubdev I think you split your original PR into too many PRs now: They can't pass the tests individually. It would be ideal if you only took out the "grammar" fixes in a PR, and left all the rest in a single PR.

So could you open one PR with the contents of https://github.com/fluttercommunity/import_sorter/pull/71, https://github.com/fluttercommunity/import_sorter/pull/72 and https://github.com/fluttercommunity/import_sorter/pull/74 ?

I've checked out your branch https://github.com/pythonhubdev/import_sorter/tree/github_actions and I can see that we'll have to add a few changes to make sure the tests pass and to merge. But I'd rather comment on the PR you'll create than to spread comments across multiple ones

pythonhubdev commented 10 months ago

Sure will do it

pythonhubdev commented 10 months ago

75 please check this PR