alandolsi/TYPO3 Code Review

Run TYPO3 CMS coding standards and security heuristics.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the repository or subdirectory to scan..
phpcsRun PHP_CodeSniffer with TYPO3 coding standards.true
phpcs_versionPHP_CodeSniffer version to download (e.g., 3.9.0).3.9.0
coding_standards_refTYPO3CMS PHPCS standard git ref or tag (beechit/TYPO3CMS).master
sniffpool_refTYPO3SniffPool git ref or tag.0.0.2
phpcs_standardPHPCS standard name to use.TYPO3CMS
fail_on_phpcsFail the action when PHPCS errors are detected.false
security_checksRun basic security heuristics (unsafe globals, deprecated APIs).true
excludeComma-separated directory names to exclude.vendor,node_modules,.git
debugEnable debug logging.false
namedescription
phpcs_errorsNumber of PHPCS errors.
phpcs_warningsNumber of PHPCS warnings.
security_criticalNumber of critical security findings.
security_warningsNumber of security warning findings.
security_noticesNumber of security notice findings.