debug: linting #119
Annotations
11 warnings
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test:
README.md#L52
'test' is defined but never used. Allowed unused args must match /^_/u
|
Test:
README.md#L87
'expect' is defined but never used. Allowed unused vars must match /^_/u
|
Test:
README.md#L122
'test' is defined but never used. Allowed unused args must match /^_/u
|
Test:
README.md#L228
'value' is defined but never used. Allowed unused args must match /^_/u
|
Test:
README.md#L234
'test' is defined but never used. Allowed unused args must match /^_/u
|
Test:
src/logger.ts#L40
Arrow function has a complexity of 15. Maximum allowed is 10
|
Test:
src/test-suite.ts#L41
Unexpected unnamed async function
|
Test:
tests/index.ts#L53
Unexpected console statement
|
Test:
tests/index.ts#L112
Unexpected console statement
|
Test:
tests/specs/describe-error.ts#L5
Unexpected console statement
|