Giter Site home page Giter Site logo

robo-digipolis-code-validation's Introduction

Robo Digipolis Code Validation

General code validation tasks for Robo Task Runner

Latest Stable Version Latest Unstable Version Total Downloads License

Build Status Maintainability Test Coverage PHP 7 ready

Commands

This package provides default commands which you can use in your RoboFile.php like so:

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

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.

robo-digipolis-code-validation's People

Contributors

daften avatar jelle-s avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

robo-digipolis-code-validation's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.