Skip to content

[FEATURE] Create a rst theme to render markdown #3011

[FEATURE] Create a rst theme to render markdown

[FEATURE] Create a rst theme to render markdown #3011

Triggered via pull request September 30, 2024 10:11
Status Failure
Total duration 6m 36s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
6s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
5m 0s
Code Coverage / Code Coverage
Coding Standards
38s
Coding Standards
Check architecture
21s
Check architecture
xml-lint
14s
xml-lint
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Functional test  /  Supported Versions Matrix
8s
Functional test / Supported Versions Matrix
integration test  /  Supported Versions Matrix
3s
integration test / Supported Versions Matrix
Matrix: Functional test / Tests
Matrix: integration test / Tests
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 1 warning
UndefinedFunction: packages/guides-theme-rst/src/RstTheme/DependencyInjection/RstThemeExtension.php#L46
packages/guides-theme-rst/src/RstTheme/DependencyInjection/RstThemeExtension.php:46:32: UndefinedFunction: Function phpDocumentor\Guides\DependencyInjection\templateArray does not exist (see https://psalm.dev/021)
UndefinedThisPropertyAssignment: packages/guides-theme-rst/src/RstTheme/Twig/RstExtension.php#L48
packages/guides-theme-rst/src/RstTheme/Twig/RstExtension.php:48:9: UndefinedThisPropertyAssignment: Instance property phpDocumentor\Guides\RstTheme\Twig\RstExtension::$menuExtension is not defined (see https://psalm.dev/040)
Static analysis / Static Code Analysis (8.2)
Process completed with exit code 2.
Coding Standards: packages/guides-theme-rst/src/RstTheme/Renderer/RstRenderer.php#L16
Type phpDocumentor\Guides\Handlers\RenderCommand is not used in this file.
Coding Standards: packages/guides-theme-rst/src/RstTheme/Renderer/RstRenderer.php#L17
Type phpDocumentor\Guides\RenderContext is not used in this file.
Coding Standards: packages/guides-theme-rst/src/RstTheme/Renderer/RstRenderer.php#L19
Type phpDocumentor\Guides\Renderer\TypeRenderer is not used in this file.
Coding Standards: packages/guides-theme-rst/src/RstTheme/Renderer/RstRenderer.php#L20
Type phpDocumentor\Guides\TemplateRenderer is not used in this file.
Coding Standards: packages/guides-theme-rst/src/RstTheme/DependencyInjection/RstThemeExtension.php#L47
Multi-line function call not indented correctly; expected 20 spaces but found 24
Coding Standards: packages/guides-theme-rst/src/RstTheme/DependencyInjection/RstThemeExtension.php#L48
Multi-line function call not indented correctly; expected 20 spaces but found 24
Coding Standards: packages/guides-theme-rst/src/RstTheme/Configuration/HeaderSyntax.php#L13
Expected 1 blank line before function; 0 found
Coding Standards: packages/guides-theme-rst/src/RstTheme/Configuration/HeaderSyntax.php#L15
Expected 1 space after MATCH keyword; 0 found
Coding Standards: packages/guides-theme-rst/src/RstTheme/Configuration/HeaderSyntax.php#L15
Expected 1 space after closing parenthesis; found newline
Check architecture
The following actions use a deprecated Node.js version and will be forced to run on node20: shivammathur/setup-php@2.25.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/