Skip to content

Detect constants only used in tests #385

Detect constants only used in tests

Detect constants only used in tests #385

Triggered via pull request July 25, 2023 09:55
Status Failure
Total duration 31s
Artifacts

code_analysis.yaml

on: pull_request
Matrix: code_analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 7 warnings
PHPStan: src/Rules/LocalOnlyPublicClassMethodRule.php#L34
Public constant "TomasVotruba\UnusedPublic\Rules\LocalOnlyPublicClassMethodRule::ERROR_MESSAGE" is never used
PHPStan: src/Rules/UnusedPublicClassConstRule.php#L29
Public constant "TomasVotruba\UnusedPublic\Rules\UnusedPublicClassConstRule::ERROR_MESSAGE" is never used
PHPStan: src/Rules/UnusedPublicClassMethodRule.php#L36
Public constant "TomasVotruba\UnusedPublic\Rules\UnusedPublicClassMethodRule::ERROR_MESSAGE" is never used
PHPStan: src/Rules/UnusedPublicPropertyRule.php#L28
Public constant "TomasVotruba\UnusedPublic\Rules\UnusedPublicPropertyRule::ERROR_MESSAGE" is never used
PHPStan
Process completed with exit code 1.
Check Commented Code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Composer Validate
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP Linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check Active Classes
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Coding Standard
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/