php-actions/PHP Mess Detector (php-actions)
Run your PHP Mess Detector tests in your Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | What version of PHPMD to use | no | composer |
| php_version | What version of PHP to use | no | latest |
| vendored_phpmd_path | Path to a vendored phpmd binary | no | — |
| path | A php source code filename or directory. Can be a comma-separated string | yes | — |
| ruleset | A ruleset filename or a comma-separated string of rulesetfilenames | yes | — |
| output | A report format | no | text |
| minimumpriority | rule priority threshold; rules with lower priority than this will not be used | no | — |
| reportfile | send report output to a file; default to STDOUT | no | — |
| suffixes | comma-separated string of valid source code filename extensions, e.g. php,phtml | no | — |
| exclude | comma-separated string of patterns that are used to ignore directories. Use asterisks to exclude by pattern. For example *src/foo/*.php or *src/foo/* | no | — |
| strict | also report those nodes with a @SuppressWarnings annotation | no | — |
| args | Extra arguments to pass to the phpmd binary | no | — |
Outputs
no outputs