Skip to content

Commit 05b4672

Browse files
committed
Update lgtm.yml. Specify include folder
Again, LGTM seems to analyze the dist/ folder with minified versions. This change explicitly includes the /src folder for LGTM to use. Hopefully, those erratic checks of the /dist folder are now over!
1 parent 9dae902 commit 05b4672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lgtm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ extraction:
2020
index:
2121
# Specify a list of files and folders to extract.
2222
# Default: The project root directory.
23-
# include:
24-
# - src/js
23+
include:
24+
src/
2525
# Specify a list of files and folders to exclude from extraction.
2626
exclude:
2727
- dist/

0 commit comments

Comments
 (0)