We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c504013 commit 7fb3377Copy full SHA for 7fb3377
1 file changed
README.md
@@ -109,11 +109,14 @@ List each folder to be skipped on individual lines within those files.
109
110
i.e:
111
```
112
-tests
+foo
113
+tests/bar
114
vendor
115
node_modules
116
117
118
+For more details, please check the documentation [here](https://github.com/automattic/vip-go-ci#skipping-certain-folders).
119
+
120
## PHPCS Coding Standards
121
122
Below is list of PHPCS sniffs available at runtime. You can pass more than one standard at a time by comma separated value.
0 commit comments