Skip to content

Resolve bundler issues where crypto is blocking #496

Resolve bundler issues where crypto is blocking

Resolve bundler issues where crypto is blocking #496

Triggered via pull request July 15, 2023 07:53
Status Success
Total duration 2m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Run linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run linter: packages/libraries/main/src/matcher/dictionary/variants/matching/unmunger/getCleanPasswords.ts#L31
Arrow function has a complexity of 13. Maximum allowed is 8
Run linter: packages/libraries/main/src/matcher/dictionary/variants/matching/unmunger/getCleanPasswords.ts#L37
Arrow function has too many parameters (5). Maximum allowed is 3
Run linter: packages/libraries/pwned/src/haveIBeenPwned.ts#L49
Async arrow function has too many statements (15). Maximum allowed is 14