Skip to content

Update README.md

Update README.md #5

Triggered via push December 7, 2024 14:51
Status Failure
Total duration 1m 15s
Artifacts

lint-js.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint: app/javascript/flavours/glitch/components/status_content.jsx#L21
'highlightCode' is defined but never used
lint: app/javascript/flavours/glitch/features/account/components/header.jsx#L18
`@/material-icons/400-24px/payments.svg?react` import should occur before import of `@/material-icons/400-24px/share.svg?react`
lint: app/javascript/flavours/glitch/features/account/components/header.jsx#L18
'PaymentsIcon' is defined but never used
lint: app/javascript/flavours/glitch/features/compose/components/compose_form.jsx#L34
`./jitsi_meeting_button` import should occur before import of `./navigation_bar`
lint: app/javascript/flavours/glitch/features/compose/components/jitsi_meeting_button.jsx#L3
`../../../actions/compose` import should occur after import of `flavours/glitch/store`
lint: app/javascript/flavours/glitch/features/compose/components/jitsi_meeting_button.jsx#L7
There should be at least one empty line between import groups
lint: app/javascript/flavours/glitch/features/compose/components/jitsi_meeting_button.jsx#L8
There should be at least one empty line between import groups
lint: app/javascript/flavours/glitch/features/compose/components/jitsi_meeting_button.jsx#L8
`../../../components/icon_button` import should occur after import of `flavours/glitch/store`
lint: app/javascript/flavours/glitch/features/compose/components/jitsi_meeting_button.jsx#L12
Expected indentation of 2 spaces but found 4
lint: app/javascript/flavours/glitch/features/compose/components/jitsi_meeting_button.jsx#L16
Expected indentation of 2 spaces but found 4
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: app/javascript/flavours/glitch/features/compose/components/jitsi_meeting_button.jsx#L26
React Hook useCallback has an unnecessary dependency: 'active'. Either exclude it or remove the dependency array
lint: app/javascript/flavours/glitch/utils/html.ts#L16
Types are not permitted on @param
lint: app/javascript/flavours/glitch/utils/html.ts#L17
Types are not permitted on @returns