Skip to content

packages:js:finish-gen-diff-for-types #67

packages:js:finish-gen-diff-for-types

packages:js:finish-gen-diff-for-types #67

Triggered via push November 13, 2023 08:09
Status Failure
Total duration 32s
Artifacts

packages.js.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
main: packages/js/src/cli/actions/genDiff.ts#L13
Method 'run' has too many lines (33). Maximum allowed is 25
main: packages/js/src/cli/actions/genDiff.ts#L26
'print' is assigned a value but never used
main: packages/js/src/cli/actions/genDiff.ts#L26
Missing return type on function
main: packages/js/src/cli/actions/genDiff.ts#L26
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
main: packages/js/src/generators/spec/generators/forms.ts#L1
'isStringLiteral' is defined but never used
main: packages/js/src/generators/spec/generators/types-gen.ts#L19
This line has a length of 117. Maximum allowed is 80
main: packages/js/src/generators/spec/generators/types.ts#L3
This line has a length of 260. Maximum allowed is 80
main: packages/js/src/generators/spec/generators/types.ts#L3
'Type' is defined but never used
main
Process completed with exit code 1.
main
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/