Skip to content

Commit

Permalink
Added new parameter to overwrite exclude regex
Browse files Browse the repository at this point in the history
  • Loading branch information
neikei authored Jan 17, 2018
1 parent a624c98 commit cc2168a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ sudo apt install git php-cli python ruby

## Parameter

| Parameter | Description | Example |
|-----------|-----------------------------------|-------------------|
| -p | Path to the project | -p "/tmp/project" |
| -s | Enable strict mode (Default: off) | -s |
| -a | Check all files in path | -a |
| -c | Check files in last commits | -c 1 |
| Parameter | Description | Example |
|-----------|-----------------------------------|---------------------|
| -p | Path to the project | -p "/tmp/project" |
| -s | Enable strict mode (Default: off) | -s |
| -a | Check all files in path | -a |
| -c | Check files in last commits | -c 1 |
| -r | Overwrite exclude regex | -r "^.*/vendor/.*$" | |

## Usage

Expand Down

0 comments on commit cc2168a

Please sign in to comment.