Skip to content

PR #4957

PR #4957 #220

Triggered via dynamic October 25, 2023 08:50
Status Success
Total duration 4m 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql

on: dynamic
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

57 warnings
Analyze (javascript)
Failed to restore: Cache service responded with 403
packages/components/src/AboutDialog/AboutDialog.component.js#L93
[no-undef] 'process' is not defined.
packages/components/src/Typeahead/Typeahead.component.renderers.js#L102
[@typescript-eslint/default-param-last] Default parameters should be last.
packages/components/src/ActionIntercom/Intercom.component.js#L31
[react-hooks/exhaustive-deps] React Hook useLayoutEffect has an unnecessary dependency: 'ref.current'. Either exclude it or remove the dependency array. Mutable values like 'ref.current' aren't valid dependencies because mutating them doesn't re-render the component.
packages/components/src/VirtualizedList/CellIconText/CellIconText.component.js#L55
[@typescript-eslint/no-unused-vars] 'columnData' is assigned a value but never used.
packages/components/src/ActionIntercom/Intercom.component.js#L59
[no-undef] 'process' is not defined.
packages/components/src/VirtualizedList/CellLink/CellLink.component.js#L21
[no-extra-boolean-cast] Redundant double negation.
packages/components/src/Badge/BadgeComposition/BadgeLabel/BadgeLabel.component.js#L8
[@typescript-eslint/no-unused-vars] 'aslink' is defined but never used.
packages/components/src/VirtualizedList/CellLink/CellLink.component.js#L22
[react/jsx-no-undef] 'Tooltip' is not defined.
packages/components/src/Datalist/Datalist.component.js#L27
[no-extra-boolean-cast] Redundant double negation.
packages/components/src/VirtualizedList/CellLink/CellLink.component.js#L22
[no-undef] 'Tooltip' is not defined.
packages/components/src/DateTimePickers/InputDateTimeRangePicker/InputDateTimeRangePicker.component.js#L69
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'showHorizontalAndTest'. Either include it or remove the dependency array.
packages/components/src/VirtualizedList/RowLarge/RowLarge.component.js#L126
[jsx-a11y/no-noninteractive-tabindex] `tabIndex` should only be declared on interactive elements.
packages/components/src/FilterBar/FilterBar.component.js#L194
[jsx-a11y/no-autofocus] The autoFocus prop should not be used, as it can reduce usability and accessibility for users.
packages/components/src/FormatValue/FormatValue.component.js#L60
[no-case-declarations] Unexpected lexical declaration in case block.
packages/components/src/HeaderBar/HeaderBar.stories.js#L73
[react/prop-types] 'brand' is missing in props validation
packages/components/src/HeaderBar/HeaderBar.stories.js#L139
[react/prop-types] 'brand' is missing in props validation
packages/components/src/HeaderBar/HeaderBar.stories.js#L155
[react/prop-types] 'brand' is missing in props validation
packages/components/src/HeaderBar/HeaderBar.stories.js#L309
[@typescript-eslint/naming-convention] Variable name `_Intercom` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
packages/components/src/HeaderBar/HeaderBar.stories.js#L311
[react/prop-types] 'logo' is missing in props validation
packages/components/src/HeaderBar/HeaderBar.stories.js#L312
[react/prop-types] 'brand' is missing in props validation
packages/components/src/Layout/AppLayout.stories.js#L86
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L89
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L93
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L97
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L101
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L105
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L114
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L119
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L123
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L161
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L165
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/AppLayout.stories.js#L168
[react/no-children-prop] Do not pass children as props. Instead, nest children between the opening and closing tags.
packages/components/src/Layout/Layout.component.js#L42
[react/prop-types] 'tabs' is missing in props validation
packages/components/src/Layout/TwoColumns/TwoColumns.component.js#L14
[react/prop-types] 'tabs' is missing in props validation
packages/components/src/List/ListComposition/SortBy/SortBy.component.js#L127
[no-undef] 'process' is not defined.
packages/components/src/ObjectViewer/DataTreeViewer.stories.js#L430
[jsx-a11y/anchor-is-valid] The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
packages/components/src/ObjectViewer/JSONLike/JSONLike.component.js#L541
[react/jsx-no-undef] 'TooltipTrigger' is not defined.
packages/components/src/ObjectViewer/JSONLike/JSONLike.component.js#L541
[no-undef] 'TooltipTrigger' is not defined.
packages/components/src/ResourceList/Resource/Resource.component.js#L52
[jsx-a11y/click-events-have-key-events] Visible, non-interactive elements with click handlers must have at least one keyboard listener.
packages/components/src/ResourceList/Resource/Resource.component.js#L52
[jsx-a11y/no-noninteractive-element-interactions] Non-interactive elements should not be assigned mouse or keyboard event listeners.
packages/components/src/ResourceList/Resource/Resource.component.js#L61
[jsx-a11y/no-noninteractive-tabindex] `tabIndex` should only be declared on interactive elements.
packages/components/src/ResourceList/Resource/Resource.component.js#L63
[react/prop-types] 'parent.props.rowCount' is missing in props validation
packages/components/src/ResourceList/ResourceList.stories.js#L252
[react/prop-types] 'collection' is missing in props validation
packages/components/src/ResourceList/ResourceList.stories.js#L252
[react/prop-types] 'collection.filter' is missing in props validation
packages/components/src/ResourceList/ResourceList.stories.js#L253
[react/prop-types] 'collection' is missing in props validation
packages/components/src/ResourceList/ResourceList.stories.js#L254
[react-hooks/exhaustive-deps] React Hook useMemo has a missing dependency: 'props.collection'. Either include it or remove the dependency array.
packages/components/src/Slider/Slider.component.tsx#L175
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/components/src/Slider/Slider.component.tsx#L176
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/components/src/Slider/Slider.component.tsx#L234
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/components/src/Slider/Slider.component.tsx#L297
[@typescript-eslint/ban-ts-comment] Do not use "@ts-ignore" because it alters compilation errors.
packages/components/src/Stepper/Stepper.component.js#L172
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'children' and 'transitionState'. Either include them or remove the dependency array.
packages/components/src/Stepper/Stepper.component.js#L174
[no-extra-boolean-cast] Redundant double negation.
packages/components/src/TreeView/TreeViewItem/TreeViewItem.component.js#L22
[@typescript-eslint/default-param-last] Default parameters should be last.
packages/components/src/TreeView/TreeViewItem/TreeViewItem.component.js#L210
[react/prop-types] 'item.hidden' is missing in props validation
packages/components/src/Typeahead/Typeahead.component.renderers.js#L48
[jsx-a11y/no-autofocus] The autoFocus prop should not be used, as it can reduce usability and accessibility for users.
packages/components/src/Typeahead/Typeahead.component.renderers.js#L64
[jsx-a11y/no-autofocus] The autoFocus prop should not be used, as it can reduce usability and accessibility for users.