Introduce wp profile queries command
#203
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
8s
code-quality
/
Lint PHP files
16s
code-quality
/
Lint Gherkin Feature files
15s
code-quality
/
Spell check
4s
code-quality
/
PHPCS
18s
code-quality
/
PHPStan
21s
Annotations
9 errors and 1 warning
|
code-quality / PHPCS
Process completed with exit code 1.
|
|
code-quality / PHPCS:
src/Command.php#L621
Whitespace found at end of line
|
|
code-quality / PHPCS:
src/Command.php#L611
Expected 1 spaces before closing parenthesis; 0 found
|
|
code-quality / PHPCS:
src/Command.php#L611
Expected 1 spaces after opening parenthesis; 0 found
|
|
code-quality / PHPCS:
src/Command.php#L610
Expected 1 spaces before closing parenthesis; 0 found
|
|
code-quality / PHPCS:
src/Command.php#L610
Expected a space before the type cast open parenthesis; none found
|
|
code-quality / PHPCS:
src/Command.php#L610
Expected 1 spaces after opening parenthesis; 0 found
|
|
code-quality / PHPCS:
src/Formatter.php#L150
If control structure block found as the only statement within an "else" block. Use elseif instead.
|
|
code-quality / PHPCS
Process completed with exit code 2.
|
|
code-quality / PHPCS:
src/Formatter.php#L120
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
|