-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P4area-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
I believe sort_pub_dependencies should behave similarly to directives_ordering where if I have:
dependencies:
provider: ^6.0.5
my_package:
path: /path/to/package
other:
git:
url: git://github.com/My-Company/my.git
ref: mainFor this, I'd say I'd have three different "spaces". One for pub, one for git and another for path. In my company, we have some internal packages and having that triggering for sorting them all together is a bit weird IMO considering (the directives_ordering logic and) the amount of space required for path dependencies and pub dependencies.
Metadata
Metadata
Assignees
Labels
P4area-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug