Skip to content

Commit 035d8ea

Browse files
authored
Merge pull request github#3690 from asger-semmle/js/fix-lgtm-filters-comment
Approved by max-schaefer
2 parents b78c065 + 475c631 commit 035d8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
* <li><code>LGTM_INDEX_EXCLUDE</code>: a newline-separated list of paths to exclude
7878
* <li><code>LGTM_REPOSITORY_FOLDERS_CSV</code>: the path of a CSV file containing file
7979
* classifications
80-
* <li><code>LGTM_INDEX_FILTERS</code>: a newline-separated list of {@link ProjectLayout}-style
81-
* patterns that can be used to refine the list of files to include and exclude
80+
* <li><code>LGTM_INDEX_FILTERS</code>: a newline-separated list of strings of form "include:PATTERN"
81+
* or "exclude:PATTERN" that can be used to refine the list of files to include and exclude.
8282
* <li><code>LGTM_INDEX_TYPESCRIPT</code>: whether to extract TypeScript
8383
* <li><code>LGTM_INDEX_FILETYPES</code>: a newline-separated list of ".extension:filetype" pairs
8484
* specifying which {@link FileType} to use for the given extension; the additional file type

0 commit comments

Comments
 (0)