feat: add alt-text generation support to wp ai generate command #214
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
9s
code-quality
/
Lint PHP files
18s
code-quality
/
Lint Gherkin Feature files
16s
code-quality
/
Spell check
6s
code-quality
/
PHPCS
20s
code-quality
/
PHPStan
20s
Annotations
11 errors and 3 warnings
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L17
Expected 1 spaces before closing parenthesis; 0 found
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L17
Expected 1 spaces before closing parenthesis; 0 found
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L17
Expected 1 spaces after opening parenthesis; 0 found
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L17
Expected 1 spaces after opening parenthesis; 0 found
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L16
Opening brace should be on the same line as the declaration
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L15
Expected 1 spaces before closing parenthesis; 0 found
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L15
Expected 1 spaces after opening parenthesis; 0 found
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L14
Expected 1 spaces before closing parenthesis; 0 found
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L14
Expected 1 spaces after opening parenthesis; 0 found
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L3
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Tests\Context".
|
|
code-quality / PHPCS
Process completed with exit code 2.
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L17
base64_decode() can be used to obfuscate code which is strongly discouraged. Please verify that the function is used for benign reasons.
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L15
It is recommended not to use reserved keyword "string" as function parameter name. Found: $string
|
|
code-quality / PHPCS:
tests/Context/FeatureContext.php#L14
Attributes are not supported in PHP 7.4 or earlier. They will be ignored and the application may not work as expected. Found: #[Given...]
|