Skip to content

Fix "SELECT ... WHERE ... INTO @var" using a negative lookahead #229

Fix "SELECT ... WHERE ... INTO @var" using a negative lookahead

Fix "SELECT ... WHERE ... INTO @var" using a negative lookahead #229

Triggered via push September 26, 2024 15:18
Status Failure
Total duration 47s
Artifacts

cs.yml

on: push
Check code style
35s
Check code style
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 11 warnings
Check code style: tests/parser/run-tests.php#L4
Opening parenthesis of a multi-line function call must be the last content on the line
Check code style: tests/parser/run-tests.php#L4
Expected 1 spaces after opening parenthesis; 0 found
Check code style: tests/parser/run-tests.php#L4
Expected 1 spaces before closing parenthesis; 0 found
Check code style: tests/parser/run-tests.php#L5
Expected 1 spaces after opening parenthesis; 0 found
Check code style: tests/parser/run-tests.php#L5
Expected 1 spaces before closing parenthesis; 0 found
Check code style: tests/parser/run-tests.php#L6
Closing parenthesis of a multi-line function call must be on a line by itself
Check code style: tests/parser/run-tests.php#L8
Expected 1 spaces after opening parenthesis; 0 found
Check code style: tests/parser/run-tests.php#L8
Expected 1 spaces before closing parenthesis; 0 found
Check code style: tests/parser/run-tests.php#L10
String "Total: %5d | Failures: %4d / %2d%% | Exceptions: %4d / %2d%%" does not require double quotes; use single quotes instead
Check code style: tests/parser/run-tests.php#L22
Concat operator must be surrounded by a single space
Check code style
Process completed with exit code 2.
Check code style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check code style: tests/parser/run-tests.php#L23
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space
Check code style: tests/parser/run-tests.php#L25
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
Check code style: tests/parser/run-tests.php#L26
Equals sign not aligned with surrounding assignments; expected 10 spaces but found 1 space
Check code style: tests/parser/run-tests.php#L27
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space
Check code style: tests/parser/run-tests.php#L51
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
Check code style: tests/parser/run-tests.php#L63
Stand-alone post-increment statement found. Use pre-increment instead: ++$i.
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L8
It is recommended not to use reserved keyword "var" as function parameter name. Found: $var
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L11
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L12
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 1 space
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L13
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space