From ad11109b2f298c30a214b8e7588683bd7637ddb7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Jun 2020 17:38:46 +0300 Subject: [PATCH] Improve LGTM configuration (#2777) * Testing LGTM * Update .lgtm.yml * Update .lgtm.yml * Update .lgtm.yml * Update .lgtm.yml --- .lgtm.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.lgtm.yml b/.lgtm.yml index 25293d62f..ddd5b3343 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -5,10 +5,11 @@ path_classifiers: extraction: javascript: + # https://lgtm.com/help/lgtm/javascript-extraction#customizing-index # The `index` step extracts information from the files in the codebase. index: # Specify a list of files and folders to exclude from extraction. - filters: - - exclude: plugins/ exclude: + - bower_components/ + - docs/assets/js/plugins/ - plugins/