Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 authored Sep 15, 2017
1 parent 528750d commit a792398
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,22 @@ This will exit with code 2 if any of the new/edited code fails the code standard
Below is a list of all tools and a breif description

```
--jacoco Parses xml coverage report produced by Jacoco
--phpcpd Parses the text output from phpcpd (Copy Paste Detect)
--phpcs Parses the json report format of phpcs, this mode only reports errors as violations
--phpcsStrict Parses the json report format of phpcs, this mode only reporst errors and warnings as violations
--phpmd Parses the xml report format of phpmd, this mode reports multi line violations once per diff, instead of on each line
the violation occurs
--phpmdStrict Parses the xml report format of phpmd, this mode reports multi line violations once per line they occur
--phpmnd Parses the text output of phpmnd
--phpstan Parses the text output of phpstan
--phpunit Parses text output in clover (xml) format designed for phpunit but any tool which outputs in this format should work
--checkstyle Parses a report in checkstyle format
--clover Parses text output in clover (xml) format
--codeclimate Parse codeclimate output
--jacoco Parses xml coverage report produced by Jacoco
--phan Parse the default phan(static analysis) output
--phanJson Parses phan (static analysis) in json format
--phpcpd Parses the text output from phpcpd (Copy Paste Detect)
--phpcs Parses the json report format of phpcs, this mode only reports errors as violations
--phpcsStrict Parses the json report format of phpcs, this mode only reporst errors and warnings as violations
--phpmd Parses the xml report format of phpmd, this mode reports multi line violations once per diff, instead of on each line the violation occurs
--phpmdStrict Parses the xml report format of phpmd, this mode reports multi line violations once per line they occur
--phpmnd Parses the text output of phpmnd (Magic Number Detection)
--phpstan Parses the text output of phpstan
--phpunit Parses text output in clover (xml) format generated with coverage-clover=file.xml
--pylint Parses PyLint output
```


Expand Down

0 comments on commit a792398

Please sign in to comment.