Skip to content
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: fix remaining lint issues (#9632) #9969

Closed
wants to merge 1 commit into from

Conversation

siarhei-agoric
Copy link
Contributor

closes: #9632
refs: #9965

Description

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.
  1. 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

Security Considerations

None.

Scaling Considerations

None.

Documentation Considerations

None.

Testing Considerations

None: passed lint and type checker; actual code not affected.

Upgrade Considerations

None.

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 creare missing tests and commented out
  test.todo()'s

None

None.

None.

None: passed lint and type checker; actual code not affected.

None.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Lint issues in agoric-sdk
2 participants