Skip to content

Commit 7f09c03

Browse files
Niroshan Rajaduraimlabieniec
Niroshan Rajadurai
authored andcommitted
LGTM configuration file (#3859)
Introduce LGTM config file to optimize extraction times. The vanilla setup for LGTM.com analyzes the folder docs which includes the files located in docs/api, where there is ~177KB of minified JS in each html file. If we can avoid this folder during extraction, then there is a huge speedup in analysis time. It does not appear like the code in this folder is of interest for scanning.
1 parent 73508c2 commit 7f09c03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lgtm.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
extraction:
2+
javascript:
3+
index:
4+
filters:
5+
- exclude: "docs"

0 commit comments

Comments
 (0)