Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ed3790

Browse files
author
Max Schaefer
committed
JavaScript: Include list of relevant environment variables in Javadoc for AutoBuild.
1 parent 46a1c75 commit 2ed3790

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,23 @@
5858
* </ul>
5959
*
6060
* <p>
61+
* Additionally, the following environment variables may be set to customise extraction
62+
* (explained in more detail below):
63+
* </p>
64+
*
65+
* <ul>
66+
* <li><code>LGTM_INDEX_INCLUDE</code>: a newline-separated list of paths to include</li>
67+
* <li><code>LGTM_INDEX_EXCLUDE</code>: a newline-separated list of paths to exclude</li>
68+
* <li><code>LGTM_REPOSITORY_FOLDERS_CSV</code>: the path of a CSV file containing file classifications</li>
69+
* <li><code>LGTM_INDEX_FILTERS</code>: a newline-separated list of {@link ProjectLayout}-style
70+
* patterns that can be used to refine the list of files to include and exclude</li>
71+
* <li><code>LGTM_INDEX_TYPESCRIPT</code>: whether to extract TypeScript</li>
72+
* <li><code>LGTM_INDEX_THREADS</code>: the maximum number of files to extract in parallel</li>
73+
* <li><code>LGTM_TRAP_CACHE</code>: the path of a directory to use for trap caching</li>
74+
* <li><code>LGTM_TRAP_CACHE_BOUND</code>: the size to bound the trap cache to</li>
75+
</ul>
76+
*
77+
* <p>
6178
* It extracts the following:
6279
* </p>
6380
*

0 commit comments

Comments
 (0)