-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pub workspaces #137
Comments
Also, that error you're describing occurs when running the validator in a specific sub-package, but the validator should ideally support running on the workspace as a whole, and run recursively on sub-packages as needed. Right now it doesn't throw an error but shows that all imports occur outside |
Hm, Edit: Submitted a PR at dart-lang/tools#1948 |
Opened #138 to fix this. Works fine for my projects, so feel free to try my git branch until it is merged |
The reliance on
.dart_tool/package_config.json
does not work with Dart's new pub workspaces as those do not get generated in each individual package in a workspace. In workspaces, only a root configuration is generated.The text was updated successfully, but these errors were encountered: