Skip to content

Exhaustive MySQL Parser #232

Exhaustive MySQL Parser

Exhaustive MySQL Parser #232

Triggered via pull request September 26, 2024 17:51
Status Failure
Total duration 37s
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-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: tests/parser/extract-queries.php#L125
Variable "$prefixesPattern" is not in valid snake_case format, try "$prefixes_pattern"
Check code style: tests/parser/extract-queries.php#L138
Variable "$commandsPattern" is not in valid snake_case format, try "$commands_pattern"
Check code style: tests/parser/extract-queries.php#L151
Variable "$skipPattern" is not in valid snake_case format, try "$skip_pattern"
Check code style: tests/parser/extract-queries.php#L154
Variable "$testsDir" is not in valid snake_case format, try "$tests_dir"