Skip to content

Pattern Creator: Try core editor #1175

Pattern Creator: Try core editor

Pattern Creator: Try core editor #1175

Triggered via pull request December 18, 2024 23:15
Status Failure
Total duration 1m 5s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
All: public_html/wp-content/plugins/pattern-directory/src/back-button/index.js#L11
'@wordpress/icons' should be listed in the project's dependencies. Run 'npm i -S @wordpress/icons' to add it
All: public_html/wp-content/plugins/pattern-directory/src/pattern-details/pattern-categories-control.js#L4
'lodash' should be listed in the project's dependencies. Run 'npm i -S lodash' to add it
All
Process completed with exit code 1.
All: public_html/wp-content/plugins/pattern-directory/src/openverse/grid.js#L55
React Hook useEffect has a missing dependency: 'setDebouncedSearchTerm'. Either include it or remove the dependency array
All: public_html/wp-content/plugins/pattern-directory/src/openverse/grid.js#L94
React Hook useCallback has missing dependencies: 'onClose' and 'onSelect'. Either include them or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
All: public_html/wp-content/plugins/pattern-directory/src/pattern-details/pattern-categories-control.js#L136
React Hook useMemo has a missing dependency: 'selectedTerms'. Either include it or remove the dependency array
All: public_html/wp-content/plugins/pattern-directory/src/submission-modal/index.js#L87
React Hook useEffect has missing dependencies: 'editPost' and 'meta'. Either include them or remove the dependency array
All: public_html/wp-content/plugins/pattern-directory/src/unlist-button/notice.js#L36
React Hook useEffect has missing dependencies: 'createNotice' and 'removeNotice'. Either include them or remove the dependency array