Git integration for themes #276
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors and 5 warnings
Lint
Process completed with exit code 2.
|
Lint:
src/git-sidebar/git-changes.js#L2
Replace `····` with `↹`
|
Lint:
src/git-sidebar/git-changes.js#L4
Replace `····` with `↹`
|
Lint:
src/git-sidebar/git-changes.js#L5
Replace `····` with `↹`
|
Lint:
src/git-sidebar/git-changes.js#L7
Replace `"@wordpress/element"` with `'@wordpress/element'`
|
Lint:
src/git-sidebar/git-changes.js#L10
Replace `{changes,·onCommit}` with `·{·changes,·onCommit·}·`
|
Lint:
src/git-sidebar/git-changes.js#L11
Replace `····const·[message,·setMessage]·=·useState(''` with `↹const·[·message,·setMessage·]·=·useState(·''·`
|
Lint:
src/git-sidebar/git-changes.js#L13
Replace `····if·(!Array.isArray(changes)·||·!changes.length` with `↹if·(·!·Array.isArray(·changes·)·||·!·changes.length·`
|
Lint:
src/git-sidebar/git-changes.js#L14
Replace `········return·<div>No·changes·to·commit.</div>` with `↹↹return·<div>No·changes·to·commit.</div>;`
|
Lint:
src/git-sidebar/git-changes.js#L15
Replace `····` with `↹`
|
Lint:
src/git-sidebar/git-changes.js#L17
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
|