Skip to content

Commit fced93b

Browse files
committed
Add documentation for skip-folders feature
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent b1b78a2 commit fced93b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ Repo Type | Permissions Required | Screenshots
6161
Public | Under `Repo` section, only `public_repo` permission | [Screenshot Public Repo](https://user-images.githubusercontent.com/4115/54978322-01926100-4fc6-11e9-8da5-1e088fa52b34.png)
6262
Private | Complete `repo` and `write:discussion` permissions | [Screenshot Private Repo](https://user-images.githubusercontent.com/4115/54978180-86c94600-4fc5-11e9-846e-7d3fd1dfb7e0.png)
6363

64+
## Environment Variables
65+
66+
Variable | Default | Possible Values | Purpose
67+
---------------|---------|-----------------------------|----------------------------------------------------
68+
`SKIP_FOLDERS` | - | `tests`,`tests,.github` (Any other comma seprated top level directories in the repo) | If any specific folders should be ignored when scanning, then a comma seprated list of values should be added to this env variable.
69+
6470
## PHPCS Coding Standards
6571

6672
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

Comments
 (0)