Skip to content

Exhaustive MySQL Parser #241

Exhaustive MySQL Parser

Exhaustive MySQL Parser #241

Triggered via pull request October 2, 2024 11:39
Status Failure
Total duration 39s
Artifacts

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: custom-parser/parser/run-parser.php#L74
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space
Check code style: custom-parser/parser/run-parser.php#L85
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space
Check code style: custom-parser/parser/run-parser.php#L86
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
Check code style: custom-parser/parser/run-parser.php#L102
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
Check code style: custom-parser/parser/run-parser.php#L106
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 1 space
Check code style: tests/parser/run-parser-tests.php#L23
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space
Check code style: tests/parser/run-parser-tests.php#L25
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
Check code style: tests/parser/run-parser-tests.php#L26
Equals sign not aligned with surrounding assignments; expected 10 spaces but found 1 space