Added accordion component to ui kit #647
Triggered via pull request
December 14, 2023 17:59
cddharthsingh-x
opened
#293
Status
Failure
Total duration
1m 3s
Artifacts
–
eslint-annotate.yml
on: pull_request_target
GenerateReport
54s
Annotations
5 errors and 4 warnings
src/components/Accordion/Accordion.jsx#L4
[import/order] `clsx` import should occur before import of `../Animation/SlideDown`
|
src/components/Accordion/Accordion.jsx#L5
[import/order] `react` import should occur before import of `../Animation/SlideDown`
|
src/components/Accordion/Accordion.jsx#L19
[prettier/prettier] Replace `(child)` with `child`
|
src/components/Accordion/Accordion.jsx#L22
[prettier/prettier] Replace `⏎····························{childrenArray.filter((child)·=>·(child)?.type·===·Body)}⏎························` with `{childrenArray.filter((child)·=>·child?.type·===·Body)}`
|
GenerateReport
ESLint issues detected.
|
src/components/DatePicker/DatePicker.jsx#L25
[complexity] Arrow function has a complexity of 23. Maximum allowed is 20.
|
GenerateReport
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, ataylorme/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
GenerateReport
Unexpected input(s) 'persist-credential', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
|
GenerateReport
Unexpected input(s) 'persist-credential', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
|