alandolsi/TYPO3 Code Review
Run TYPO3 CMS coding standards and security heuristics.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the repository or subdirectory to scan. | — | . |
| phpcs | Run PHP_CodeSniffer with TYPO3 coding standards. | — | true |
| phpcs_version | PHP_CodeSniffer version to download (e.g., 3.9.0). | — | 3.9.0 |
| coding_standards_ref | TYPO3CMS PHPCS standard git ref or tag (beechit/TYPO3CMS). | — | master |
| sniffpool_ref | TYPO3SniffPool git ref or tag. | — | 0.0.2 |
| phpcs_standard | PHPCS standard name to use. | — | TYPO3CMS |
| fail_on_phpcs | Fail the action when PHPCS errors are detected. | — | false |
| security_checks | Run basic security heuristics (unsafe globals, deprecated APIs). | — | true |
| exclude | Comma-separated directory names to exclude. | — | vendor,node_modules,.git |
| debug | Enable debug logging. | — | false |
Outputs
| name | description |
|---|---|
| phpcs_errors | Number of PHPCS errors. |
| phpcs_warnings | Number of PHPCS warnings. |
| security_critical | Number of critical security findings. |
| security_warnings | Number of security warning findings. |
| security_notices | Number of security notice findings. |