Skip to content

Exhaustive MySQL Parser #251

Exhaustive MySQL Parser

Exhaustive MySQL Parser #251

Triggered via pull request October 4, 2024 14:00
Status Failure
Total duration 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cs.yml

on: pull_request
Check code style
27s
Check code style
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 11 warnings
Check code style: tests/parser/run-lexer-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-lexer-tests.php#L4
Expected 1 spaces after opening parenthesis; 0 found
Check code style: tests/parser/run-lexer-tests.php#L4
Expected 1 spaces before closing parenthesis; 0 found
Check code style: tests/parser/run-lexer-tests.php#L5
Expected 1 spaces after opening parenthesis; 0 found
Check code style: tests/parser/run-lexer-tests.php#L5
Expected 1 spaces before closing parenthesis; 0 found
Check code style: tests/parser/run-lexer-tests.php#L6
Closing parenthesis of a multi-line function call must be on a line by itself
Check code style: tests/parser/run-lexer-tests.php#L11
Expected 1 spaces after opening parenthesis; 0 found
Check code style: tests/parser/run-lexer-tests.php#L11
Expected 1 spaces before closing parenthesis; 0 found
Check code style: tests/parser/run-lexer-tests.php#L14
Expected 1 spaces after opening parenthesis; 0 found
Check code style: tests/parser/run-lexer-tests.php#L14
Expected 1 spaces before closing parenthesis; 0 found
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-lexer-tests.php#L13
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
Check code style: tests/parser/run-lexer-tests.php#L22
Stand-alone post-increment statement found. Use pre-increment instead: ++$i.
Check code style: tests/parser/run-lexer-tests.php#L38
Array double arrow not aligned correctly; expected 8 space(s) between "'123'" and double arrow, but found 1.
Check code style: tests/parser/run-lexer-tests.php#L39
Array double arrow not aligned correctly; expected 5 space(s) between "'123abc'" and double arrow, but found 1.
Check code style: tests/parser/run-lexer-tests.php#L42
Array double arrow not aligned correctly; expected 7 space(s) between "'0b01'" and double arrow, but found 1.
Check code style: tests/parser/run-lexer-tests.php#L43
Array double arrow not aligned correctly; expected 4 space(s) between "'0b01xyz'" and double arrow, but found 1.
Check code style: tests/parser/run-lexer-tests.php#L44
Array double arrow not aligned correctly; expected 6 space(s) between ""b'01'"" and double arrow, but found 1.
Check code style: tests/parser/run-lexer-tests.php#L45
Array double arrow not aligned correctly; expected 3 space(s) between ""b'01xyz'"" and double arrow, but found 1.
Check code style: tests/parser/run-lexer-tests.php#L48
Array double arrow not aligned correctly; expected 5 space(s) between "'0xab01'" and double arrow, but found 1.
Check code style: tests/parser/run-lexer-tests.php#L49
Array double arrow not aligned correctly; expected 2 space(s) between "'0xab01xyz'" and double arrow, but found 1.