-
Notifications
You must be signed in to change notification settings - Fork 212
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
chore (packages): Fix remaining lint issues (#9632) #9975
Conversation
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.
I see the requests made in #9969 are done here.
In the future please don't make a new PR. It makes it much harder for the reviewer to regain context. Just push new commits to the same branch. Ideally as fixup!
(see git autosquash) so that Mergify will amend the appropriate commits before they end up in master history.
Deploying agoric-sdk with Cloudflare Pages
|
Slack discussion: moving TODOs into a separate issue is OK in this particular case.
@Mergifyio refresh |
✅ Pull request refreshed |
8f2a96e
to
4c72b38
Compare
closes: #3632 refs: #9965 Fixed the following two issues: 1. packages/inter-protocol/src/proposals/startPSM.js 351:1 warning Expected JSDoc block to be aligned jsdoc/check-alignment - factored out typedef from the type cast so the cast is now a single-line comment. 2. packages/agoric-cli/test/inter-cli.test.js 255:1 warning `test.todo()` should not be used ava/no-todo-test 361:1 warning `test.todo()` should not be used ava/no-todo-test 419:1 warning `test.todo()` should not be used ava/no-todo-test 610:1 warning `test.todo()` should not be used ava/no-todo-test 620:1 warning `test.todo()` should not be used ava/no-todo-test 622:1 warning `test.todo()` should not be used ava/no-todo-test 628:1 warning `test.todo()` should not be used ava/no-todo-test - Opened a new issue #9965 to create missing tests and removed test.todo()
4c72b38
to
b9c90aa
Compare
closes: #9632
refs: #9965
Description
Fixed the following two issues:
Security Considerations
None.
Scaling Considerations
None.
Documentation Considerations
None.
Testing Considerations
None: passed lint and type checker; actual code not affected.
Upgrade Considerations
None.