Skip to content

Clean up sb

Clean up sb #25161

Triggered via pull request February 19, 2025 07:49
Status Success
Total duration 20m 41s
Artifacts

test.yml

on: pull_request
Matrix: cypress-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint/complexity/noForEach: cypress/support/AnnouncementListener.tsx#L41
Prefer for...of instead of forEach.
lint/complexity/noForEach: cypress/tests/checkAccessibility.tsx#L9
Prefer for...of instead of forEach.
lint/suspicious/noArrayIndexKey: docs/components/QAContainer.tsx#L45
Avoid using the index of an array as key property in an element.
lint/suspicious/noArrayIndexKey: docs/components/QAContainer.tsx#L110
Avoid using the index of an array as key property in an element.
lint/suspicious/noArrayIndexKey: docs/components/QAContainer.tsx#L115
Avoid using the index of an array as key property in an element.
lint/suspicious/noExplicitAny: packages/ag-grid-theme/src/examples/CustomFilter.tsx#L8
Unexpected any. Specify a different type.