Feature-first refactor #1442
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
|