Skip to content

Git integration for themes #278

Git integration for themes

Git integration for themes #278

Triggered via pull request July 25, 2023 12:33
Status Failure
Total duration 57s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
Lint
Process completed with exit code 2.
Lint: src/git-sidebar/git-branch.js#L1
Replace `⏎····PanelBody,⏎` with `·PanelBody·`
Lint: src/git-sidebar/git-branch.js#L5
Replace `({config}` with `·(·{·config·}·`
Lint: src/git-sidebar/git-branch.js#L6
Replace `····return·` with `↹return·(⏎↹↹`
Lint: src/git-sidebar/git-branch.js#L7
Replace `····<div·style={{display:·'grid',·gridTemplateColumns:·'3fr·5fr',·gap:·'1rem'}}` with `↹↹↹<div⏎↹↹↹↹style={·{⏎↹↹↹↹↹display:·'grid',⏎↹↹↹↹↹gridTemplateColumns:·'3fr·5fr',⏎↹↹↹↹↹gap:·'1rem',⏎↹↹↹↹}·}⏎↹↹↹`
Lint: src/git-sidebar/git-branch.js#L8
Replace `········` with `↹↹↹↹`
Lint: src/git-sidebar/git-branch.js#L9
Replace `········<div·style={{wordBreak:·'break-word'}` with `↹↹↹↹<div·style={·{·wordBreak:·'break-word'·}·`
Lint: src/git-sidebar/git-branch.js#L10
Replace `············{config.current_branch·||·<a·href='#'>Create·branch</a>` with `↹↹↹↹↹{·config.current_branch·||·<a·href="#">Create·branch</a>·`
Lint: src/git-sidebar/git-branch.js#L10
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
Lint: src/git-sidebar/git-branch.js#L11
Replace `········` with `↹↹↹↹`
Lint: src/git-sidebar/git-branch.js#L12
Replace `········` with `↹↹↹↹`
Lint: src/fonts-sidebar/index.js#L42
React Hook useEffect has a missing dependency: 'flatfontsOutline'. Either include it or remove the dependency array
Lint: src/google-fonts/font-variant.js#L33
React Hook useEffect has missing dependencies: 'style', 'variantUrl', and 'weight'. Either include them or remove the dependency array
Lint: src/google-fonts/index.js#L155
React Hook useSelect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Lint: src/local-fonts/index.js#L82
React Hook useEffect has a missing dependency: 'onFormDataChange'. Either include it or remove the dependency array
Lint: src/manage-fonts/index.js#L50
React Hook useEffect has missing dependencies: 'fontToDelete.fontFamily' and 'manageFontsFormElement'. Either include them or remove the dependency array