gpld-conditional-limits.php
: Added a new snippet to enable conditional date limits.
#1056
Triggered via pull request
September 16, 2024 13:38
Status
Failure
Total duration
1m 33s
Artifacts
–
php-lint-pr.yml
on: pull_request
PHPCS (Files Changed)
1m 22s
Annotations
1 error and 8 warnings
PHPCS (Files Changed)
Error: Command failed: ./vendor/bin/phpcs --report=checkstyle --standard=phpcs.xml gp-limit-dates/gpld-conditional-limits.php
|
PHPCS (Files Changed)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, thenabeel/action-phpcs@v8. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHPCS (Files Changed)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, nanasess/setup-php@v3, thenabeel/action-phpcs@v8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPCS (Files Changed):
gp-limit-dates/gpld-conditional-limits.php#L164
Array double arrow not aligned correctly; expected 4 space(s) between "'minDate'" and double arrow, but found 10.
|
PHPCS (Files Changed):
gp-limit-dates/gpld-conditional-limits.php#L165
Array double arrow not aligned correctly; expected 1 space(s) between "'minDateMod'" and double arrow, but found 7.
|
PHPCS (Files Changed):
gp-limit-dates/gpld-conditional-limits.php#L166
Array double arrow not aligned correctly; expected 1 space(s) between "'daysOfWeek'" and double arrow, but found 7.
|
PHPCS (Files Changed):
gp-limit-dates/gpld-conditional-limits.php#L182
Array double arrow not aligned correctly; expected 4 space(s) between "'minDate'" and double arrow, but found 10.
|
PHPCS (Files Changed):
gp-limit-dates/gpld-conditional-limits.php#L183
Array double arrow not aligned correctly; expected 1 space(s) between "'minDateMod'" and double arrow, but found 7.
|
PHPCS (Files Changed):
gp-limit-dates/gpld-conditional-limits.php#L184
Array double arrow not aligned correctly; expected 1 space(s) between "'daysOfWeek'" and double arrow, but found 7.
|