#540 - Audio Generation Cleanup / Optimization / Display #1022
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 2 warnings
eslint:
src/js/gutenberg-plugin.js#L17
Replace `·` with `⏎↹`
|
eslint:
src/js/gutenberg-plugin.js#L196
@param "props" does not match an existing function parameter
|
eslint:
src/js/gutenberg-plugin.js#L219
Replace `·` with `⏎↹↹`
|
eslint:
src/js/gutenberg-plugin.js#L220
Replace `↹↹select(·'core/editor'·).getPostTypeLabel()·||·` with `↹↹↹select(·'core/editor'·).getPostTypeLabel()·||⏎↹↹↹`
|
eslint:
src/js/gutenberg-plugin.js#L256
Insert `;`
|
eslint:
src/js/gutenberg-plugin.js#L261
Insert `;`
|
eslint:
src/js/gutenberg-plugin.js#L292
Replace `·isSavingPost·&&·!isAutosavingPost·&&·!·isPostSavingInProgress.current·` with `⏎↹↹↹isSavingPost·&&⏎↹↹↹!·isAutosavingPost·&&⏎↹↹↹!·isPostSavingInProgress.current⏎↹↹`
|
eslint:
src/js/gutenberg-plugin.js#L299
Replace `·!·isSavingPost·&&·!·isAutosavingPost·&&·isPostSavingInProgress.current·` with `⏎↹↹↹!·isSavingPost·&&⏎↹↹↹!·isAutosavingPost·&&⏎↹↹↹isPostSavingInProgress.current⏎↹↹`
|
eslint:
src/js/gutenberg-plugin.js#L321
Replace `⏎↹↹↹↹↹` with `·`
|
eslint:
src/js/gutenberg-plugin.js#L328
Delete `↹`
|
vipcs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
eslint:
src/js/gutenberg-plugin.js#L304
React Hook useEffect has missing dependencies: 'isAutosavingPost' and 'isSynthesizeSpeech'. Either include them or remove the dependency array
|