Skip to content

General principle continuation #39

General principle continuation

General principle continuation #39

Triggered via pull request March 3, 2024 02:49
Status Failure
Total duration 44s
Artifacts

lint-check.yml

on: pull_request
Backend lint and style check
12s
Backend lint and style check
Frontend lint and style check
35s
Frontend lint and style check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Frontend lint and style check: dfm-sideline-sidekick-app/components/ArrayPage.tsx#L46
'arrayProp' is defined but never used. Allowed unused args must match /^_/u
Frontend lint and style check: dfm-sideline-sidekick-app/components/ArrayPage.tsx#L46
'arrayProp' is missing in props validation
Frontend lint and style check: dfm-sideline-sidekick-app/components/ArrayPage.tsx#L46
'title' is missing in props validation
Frontend lint and style check: dfm-sideline-sidekick-app/components/ArrayPage.tsx#L58
Unsafe member access .title on an `any` value
Frontend lint and style check: dfm-sideline-sidekick-app/components/ArrayPage.tsx#L70
Unsafe member access .title on an `any` value
Frontend lint and style check: dfm-sideline-sidekick-app/components/ArrayPage.tsx#L81
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Frontend lint and style check: dfm-sideline-sidekick-app/components/ArrayPage.tsx#L87
Unsafe return of an `any` typed value
Frontend lint and style check: dfm-sideline-sidekick-app/components/ArrayPage.tsx#L87
Unsafe member access .title on an `any` value
Backend lint and style check
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/.
Frontend lint and style check
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/.
Frontend lint and style check: dfm-sideline-sidekick-app/pages/Home.tsx#L36
'styles' was used before it was defined