Skip to content

Exhaustive MySQL Parser #224

Exhaustive MySQL Parser

Exhaustive MySQL Parser #224

Triggered via pull request August 20, 2024 13:52
Status Failure
Total duration 1m 12s
Artifacts

cs.yml

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

Annotations

11 errors and 11 warnings
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L3
Space after opening control structure is required
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L3
No space before opening parenthesis is prohibited
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L3
No space after opening parenthesis is prohibited
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L3
Expected 1 space after IF keyword; 0 found
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L3
No space before closing parenthesis is prohibited
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L4
Tabs must be used to indent lines; spaces are not allowed
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L5
Tabs must be used to indent lines; spaces are not allowed
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L5
Expected 1 spaces after opening parenthesis; 0 found
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L5
Expected 1 spaces before closing parenthesis; 0 found
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L8
Expected 1 spaces after opening 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: 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
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L33
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#L34
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L37
Equals sign not aligned with surrounding assignments; expected 23 spaces but found 1 space
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L39
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L81
Array double arrow not aligned correctly; expected 2 space(s) between ""rules_names"" and double arrow, but found 1.
Check code style: custom-parser/grammar-factoring/3-phpize-grammar.php#L82
Array double arrow not aligned correctly; expected 6 space(s) between ""grammar"" and double arrow, but found 1.