Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andresuribe87 committed Dec 13, 2023
1 parent 338fc79 commit a11f7c1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions web5-test-vectors/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ the `signerPrivateJwk` private key.
### Reference implementations

The reference implementations for:
* `create_success` can be found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L244).
* `create_failure` can be found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L285).

* `create_success` can be
found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L244).
* `create_failure` can be
found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L285).

## `verify`

Expand All @@ -47,5 +50,8 @@ Output is empty, signalling that no exception nor errors should be thrown for su
### Reference implementations

Check failure on line 50 in web5-test-vectors/credentials/README.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content

web5-test-vectors/credentials/README.md:50 MD024/no-duplicate-heading/no-duplicate-header Multiple headings with the same content [Context: "### Reference implementations"] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md024.md

Check failure on line 50 in web5-test-vectors/credentials/README.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content

web5-test-vectors/credentials/README.md:50 MD024/no-duplicate-heading/no-duplicate-header Multiple headings with the same content [Context: "### Reference implementations"] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md024.md

The reference implementations for:
* `verify_success` can be found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L261).
* `verify_failure` can be found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L273).

* `verify_success` can be
found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L261).
* `verify_failure` can be
found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L273).

Check failure on line 57 in web5-test-vectors/credentials/README.md

View workflow job for this annotation

GitHub Actions / lint

Files should end with a single newline character

web5-test-vectors/credentials/README.md:57:183 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md047.md

Check failure on line 57 in web5-test-vectors/credentials/README.md

View workflow job for this annotation

GitHub Actions / lint

Files should end with a single newline character

web5-test-vectors/credentials/README.md:57:183 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md047.md

0 comments on commit a11f7c1

Please sign in to comment.