mirror of
https://github.com/vbatts/git-validation.git
synced 2024-11-22 08:05:39 +00:00
Merge pull request #35 from kunalkushwaha/update-readme
Updated usage of GIT_CHECK_EXCLUDE
This commit is contained in:
commit
656ba47bb0
1 changed files with 2 additions and 2 deletions
|
@ -89,10 +89,10 @@ vbatts@valse ~/src/vb/git-validation (master) $ echo $?
|
|||
|
||||
Excluding paths that are out of the scope of your project:
|
||||
```console
|
||||
vbatts@valse ~/src/vb/git-validation (master) $ GIT_CHECK_EXCLUDE="./vendor" git-validation -q -run dangling-whitespace
|
||||
vbatts@valse ~/src/vb/git-validation (master) $ GIT_CHECK_EXCLUDE="./vendor:./git/testdata" git-validation -q -run dangling-whitespace
|
||||
...
|
||||
```
|
||||
using the `GIT_CHECK_EXCLUDE` environment variable
|
||||
using the `GIT_CHECK_EXCLUDE` environment variable. Multiple paths should be separated by colon(`:`)
|
||||
|
||||
|
||||
## Rules
|
||||
|
|
Loading…
Reference in a new issue