Skip to content

Added ability to extend WP session with a remember me checkbox when doing a shib login #9

Added ability to extend WP session with a remember me checkbox when doing a shib login

Added ability to extend WP session with a remember me checkbox when doing a shib login #9

Triggered via pull request October 18, 2023 15:08
Status Failure
Total duration 25s
Artifacts

wp-plugin-ci.yml

on: pull_request
PHP CodeSniffer
16s
PHP CodeSniffer
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHP CodeSniffer: assets/css/shibboleth_login_form.css#L140
Whitespace found at end of line
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L31
Functions must not contain multiple empty lines in a row; found 2 empty lines
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L34
Expected 1 space(s) after IF keyword; 0 found
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L36
Opening parenthesis of a multi-line function call must be the last content on the line
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L36
Only one argument is allowed per line in a multi-line function call
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L36
Expected 1 space after FUNCTION keyword; 0 found
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L39
Expected 1 spaces after opening parenthesis; 0 found
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L39
Expected 1 spaces before closing parenthesis; 0 found
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L41
Opening parenthesis of a multi-line function call must be the last content on the line
PHP CodeSniffer: assets/js/shibboleth_login_form.js#L44
Closing parenthesis of a multi-line function call must be on a line by itself