Skip to content

Commit 656ba47

Browse files
authored
Merge pull request #35 from kunalkushwaha/update-readme
Updated usage of GIT_CHECK_EXCLUDE
2 parents 48acb1a + fbad882 commit 656ba47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ vbatts@valse ~/src/vb/git-validation (master) $ echo $?
8989

9090
Excluding paths that are out of the scope of your project:
9191
```console
92-
vbatts@valse ~/src/vb/git-validation (master) $ GIT_CHECK_EXCLUDE="./vendor" git-validation -q -run dangling-whitespace
92+
vbatts@valse ~/src/vb/git-validation (master) $ GIT_CHECK_EXCLUDE="./vendor:./git/testdata" git-validation -q -run dangling-whitespace
9393
...
9494
```
95-
using the `GIT_CHECK_EXCLUDE` environment variable
95+
using the `GIT_CHECK_EXCLUDE` environment variable. Multiple paths should be separated by colon(`:`)
9696

9797

9898
## Rules

0 commit comments

Comments
 (0)