File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments