equisoft-actions/PHP_CodeSniffer

Lint PHP with PHP_CodeSniffer

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
standardThe name or path of the coding standard to useyes./phpcs.xml
ignoreComma delimited list of files to ignoreyesvendor
extensionsComma delimited list of extensions to lintyesphp
pathsSpace delimited list of paths to lint. Not used when only-changed-files is enabled.yes.
report-nameThe name of the archived report. It must follow the convention detailed by our ADRs.yesphpcs.junit.xml
report-retention-daysDuration in days to preserve reports.no5
extra-argsExtra arguments to pass to the phpcs binaryno
default-branchDefault branch to compute changed filesyesmain
only-changed-filesRun phpcs only on changed files compared to master. Or previous commit for master branch. nofalse
changed-files-patternFile path pattern.yes\.php
changed-files-thresholdIf changed file count is greater than this number, perform a full phpcs.yes150
working-directoryWorkflow working directoryno.

no outputs