Use MySQL 8.0.38 test suite, the same version as the grammar #250
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors and 11 warnings
|
Check code style:
tests/parser/run-parser-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-parser-tests.php#L4
Expected 1 spaces after opening parenthesis; 0 found
|
|
Check code style:
tests/parser/run-parser-tests.php#L4
Expected 1 spaces before closing parenthesis; 0 found
|
|
Check code style:
tests/parser/run-parser-tests.php#L5
Expected 1 spaces after opening parenthesis; 0 found
|
|
Check code style:
tests/parser/run-parser-tests.php#L5
Expected 1 spaces before closing parenthesis; 0 found
|
|
Check code style:
tests/parser/run-parser-tests.php#L6
Closing parenthesis of a multi-line function call must be on a line by itself
|
|
Check code style:
tests/parser/run-parser-tests.php#L8
Expected 1 spaces after opening parenthesis; 0 found
|
|
Check code style:
tests/parser/run-parser-tests.php#L8
Expected 1 spaces before closing parenthesis; 0 found
|
|
Check code style:
tests/parser/run-parser-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-parser-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-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
|
|
Check code style:
tests/parser/run-parser-tests.php#L27
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space
|
|
Check code style:
tests/parser/run-parser-tests.php#L51
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
|
|
Check code style:
tests/parser/run-parser-tests.php#L63
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
|