-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update file
dependency.
#2185
Update file
dependency.
#2185
Conversation
|
Yes, find to remove |
dwds/analysis_options.yaml
Outdated
@@ -23,66 +23,3 @@ linter: | |||
- unawaited_futures | |||
- unnecessary_lambdas | |||
|
|||
# TODO(https://github.com/dart-lang/webdev/issues/2053): Enable commented-out rules with fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh we still want the rules, we just don't need the pub dependency (dart code metrics gets run as a github workflow, and will notify contributor of any changes that are needed on the PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But if I remove from the pubspec, will it still be run in the workflow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes we actually never needed it in the pubspec (we are downloading it in the github workflow). I forgot to remove it from the pubspec a while back 🤦♀️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, here it goes again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Needed for flutter/flutter#123260.