-
Notifications
You must be signed in to change notification settings - Fork 329
Enable scorecards in intellij repo. #6047
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
Conversation
stevemessick
left a comment
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.
Unit tests will fail until the PR I mentioned in the review is merged.
tool/github.sh
Outdated
|
|
||
| # Get packages for the test data. | ||
| (cd flutter-idea/testData/sample_tests; echo "pub get `pwd`"; pub get) | ||
| (cd flutter-idea/testData/sample_tests; echo "pub get `pwd`"; dart pub get) |
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.
This file has been fixed in a PR awaiting review. If you could add 'dart ' to the two echo commands it would make merging conflict-free after I get the review. Not mandatory, since I can resolve the conflict myself.
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.
done!
tool/github.sh
Outdated
|
|
||
| # Set up the plugin tool. | ||
| (cd tool/plugin; echo "pub get `pwd`"; pub get) | ||
| (cd tool/plugin; echo "pub get `pwd`"; dart pub get) |
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.
ditto
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.
done!
|
@godofredoc Do you not have signing configured for this repo? If you don't want to bother, let me know. I can dup this PR and get you to review it, then merge. |
I believe I do, let me send an update. |
This will allow us to assess the security posture of this repository.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.