TMS-968: Event query fixes #100
Annotations
11 warnings
phpcs-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phpcs-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
phpcs-check:
src/Models/single-manual-event-cpt.php#L124
Equals sign not aligned with surrounding assignments; expected 12 spaces but found 1 space
|
phpcs-check:
src/Models/page-combined-events-list.php#L102
Line exceeds 120 characters; contains 135 characters
|
phpcs-check:
src/Models/page-combined-events-list.php#L209
Line exceeds 120 characters; contains 132 characters
|
phpcs-check:
src/Models/page-combined-events-search.php#L118
Line exceeds 120 characters; contains 141 characters
|
phpcs-check:
src/Models/page-combined-events-search.php#L154
Line exceeds 120 characters; contains 159 characters
|
phpcs-check:
src/Models/page-combined-events-search.php#L287
Line exceeds 120 characters; contains 125 characters
|
phpcs-check:
src/Models/page-combined-events-search.php#L294
Usage of ELSE IF is discouraged; use ELSEIF instead
|
phpcs-check:
src/Models/page-combined-events-search.php#L295
Line exceeds 120 characters; contains 139 characters
|
phpcs-check:
src/PostType/ManualEvent.php#L468
Equals sign not aligned with surrounding assignments; expected 1 space but found 5 spaces
|