2017 © Pedro Peláez
 

robo-tasks robo-digipolis-code-validation

Code validation tasks for Robo Task Runner

image

digipolisgent/robo-digipolis-code-validation

Code validation tasks for Robo Task Runner

  • Monday, November 6, 2017
  • by zero2one
  • Repository
  • 4 Watchers
  • 0 Stars
  • 7,099 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

Robo Digipolis Code Validation

General code validation tasks for Robo Task Runner, (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

Build Status Maintainability Test Coverage PHP 7 ready, (*3)

Commands

This package provides default commands which you can use in your RoboFile.php like so:, (*4)

class RoboFile extends \Robo\Tasks
{
    use \DigipolisGent\Robo\Task\CodeValidation\Commands\loadCommands;
}

digipolis:php-cs

vendor/bin/robo digipolis:php-cs [OPTIONS], (*5)

Options

--dir

The directory containing the code to validate., (*6)

--standard

The coding standard to validate the code against., (*7)

--extensions

The file extensions of the files to validate., (*8)

--ignore

Comma separated list of files/directories to ignore., (*9)

--report-type

The report type to generate (e.g. 'checkstyle' or 'json')., (*10)

--report-file

The file to output the generated report in., (*11)

digipolis:php-md

vendor/bin/robo digipolis:php-md [OPTIONS], (*12)

Options

--dir

The directory containing the code to check., (*13)

--format

The format to output the code in (xml, html or text)., (*14)

--extensions

The file extensions of the files to check., (*15)

--ignore

Comma separated list of files/directories to ignore., (*16)

--minimum-priority

The rule priority threshold; rules with lower priority than this will not be used., (*17)

--report-file

The file to output the generated report in., (*18)

--rulesets

A comma-separated string of ruleset filenames., (*19)

The Versions

06/11 2017

dev-develop

dev-develop

Code validation tasks for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts

13/06 2017

dev-master

9999999-dev

Code validation tasks for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts

13/06 2017

0.1.1

0.1.1.0

Code validation tasks for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts

23/05 2017

0.1.0

0.1.0.0

Code validation tasks for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dieter Blomme
by Jelle Sebreghts