Skip to content

Feature-first refactor #1442

Feature-first refactor

Feature-first refactor #1442

Triggered via pull request January 8, 2024 20:13
Status Failure
Total duration 49s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
vipcs: includes/Classifai/Providers/Azure/Personalizer.php#L806
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
phpcs
Process completed with exit code 2.
eslint: src/js/admin.js#L49
Replace `⏎↹↹document⏎↹↹↹.getElementById(·'password'·)⏎↹↹↹.closest(·'tr'·)⏎↹` with `·document.getElementById(·'password'·).closest(·'tr'·)·`
eslint
Process completed with exit code 1.
eslint: src/js/gutenberg-plugins/content-resizing-plugin.js#L156
React Hook useEffect has a missing dependency: 'getResizedContent'. Either include it or remove the dependency array