We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48acb1a + fbad882 commit 656ba47Copy full SHA for 656ba47
README.md
@@ -89,10 +89,10 @@ vbatts@valse ~/src/vb/git-validation (master) $ echo $?
89
90
Excluding paths that are out of the scope of your project:
91
```console
92
-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
93
...
94
```
95
-using the `GIT_CHECK_EXCLUDE` environment variable
+using the `GIT_CHECK_EXCLUDE` environment variable. Multiple paths should be separated by colon(`:`)
96
97
98
## Rules
0 commit comments