Fix linting errors. #4
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
Build and Run Jest Tests
28s
Matrix: cypress
Annotations
1 error and 13 warnings
Build and Run Jest Tests
Process completed with exit code 1.
|
cypress (1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cypress (2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cypress (3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and Run Jest Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L104
This line has a length of 135. Maximum allowed is 120
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L190
Unexpected aliasing of 'this' to local variable
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L193
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L195
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L208
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L303
This line has a length of 124. Maximum allowed is 120
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L359
Use the rest parameters instead of 'arguments'
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L363
'rs' is never reassigned. Use 'const' instead
|
Build and Run Jest Tests:
src/api/codap-interface.ts#L367
'hn' is never reassigned. Use 'const' instead
|