Skip to content

chore: remove lerna #72

chore: remove lerna

chore: remove lerna #72

Triggered via push August 16, 2024 21:08
Status Success
Total duration 1m 45s
Artifacts

quality-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint/complexity/noForEach: packages/core/plugins/api-spec-generator.ts#L20
Prefer for...of instead of forEach.
lint/complexity/noForEach: packages/core/plugins/api-spec-generator.ts#L36
Prefer for...of instead of forEach.
lint/complexity/noForEach: packages/core/plugins/api-spec-generator.ts#L41
Prefer for...of instead of forEach.
lint/complexity/noForEach: packages/core/plugins/api-spec-generator.ts#L44
Prefer for...of instead of forEach.
lint/complexity/noForEach: packages/core/plugins/api-spec-generator.ts#L47
Prefer for...of instead of forEach.
lint/complexity/noForEach: packages/core/plugins/api-spec-generator.ts#L50
Prefer for...of instead of forEach.
lint/complexity/noForEach: packages/core/src/utils/helpers.ts#L20
Prefer for...of instead of forEach.
lint/complexity/noForEach: packages/core/src/config/components.config.ts#L24
Prefer for...of instead of forEach.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L185
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L200
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.