Introduce wp profile queries command
#204
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
8s
code-quality
/
Lint PHP files
24s
code-quality
/
Lint Gherkin Feature files
13s
code-quality
/
Spell check
5s
code-quality
/
PHPCS
21s
code-quality
/
PHPStan
13s
Annotations
9 errors and 1 warning
|
code-quality / PHPCS
Process completed with exit code 1.
|
|
code-quality / PHPCS:
src/Command.php#L622
Whitespace found at end of line
|
|
code-quality / PHPCS:
src/Command.php#L612
Expected 1 spaces before closing parenthesis; 0 found
|
|
code-quality / PHPCS:
src/Command.php#L612
Expected 1 spaces after opening parenthesis; 0 found
|
|
code-quality / PHPCS:
src/Command.php#L611
Expected 1 spaces before closing parenthesis; 0 found
|
|
code-quality / PHPCS:
src/Command.php#L611
Expected a space before the type cast open parenthesis; none found
|
|
code-quality / PHPCS:
src/Command.php#L611
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
|