Download the PHP package digipolisgent/robo-digipolis-code-validation without Composer
On this page you can find all versions of the php package digipolisgent/robo-digipolis-code-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digipolisgent/robo-digipolis-code-validation
More information about digipolisgent/robo-digipolis-code-validation
Files in digipolisgent/robo-digipolis-code-validation
Package robo-digipolis-code-validation
Short Description Code validation tasks for Robo Task Runner
License MIT
Informations about the package robo-digipolis-code-validation
Robo Digipolis Code Validation
General code validation tasks for Robo Task Runner
Commands
This package provides default commands which you can use in your RoboFile.php
like so:
digipolis:php-cs
vendor/bin/robo digipolis:php-cs [OPTIONS]
Options
--dir
The directory containing the code to validate.
--standard
The coding standard to validate the code against.
--extensions
The file extensions of the files to validate.
--ignore
Comma separated list of files/directories to ignore.
--report-type
The report type to generate (e.g. 'checkstyle' or 'json').
--report-file
The file to output the generated report in.
digipolis:php-md
vendor/bin/robo digipolis:php-md [OPTIONS]
Options
--dir
The directory containing the code to check.
--format
The format to output the code in (xml, html or text).
--extensions
The file extensions of the files to check.
--ignore
Comma separated list of files/directories to ignore.
--minimum-priority
The rule priority threshold; rules with lower priority than this will not be used.
--report-file
The file to output the generated report in.
--rulesets
A comma-separated string of ruleset filenames.
All versions of robo-digipolis-code-validation with dependencies
squizlabs/php_codesniffer Version *
phpmd/phpmd Version ^2.6