From 7cc5f9b4097cb687ea3e5f77a28e8b29fc653c7c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 31 May 2020 15:31:55 +0300 Subject: [PATCH] Configure LGTM (#2723) Exclude the plugins folder since it slows down the scan a lot --- .lgtm.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 000000000..25293d62f --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,14 @@ +# https://lgtm.com/help/lgtm/customizing-file-classification +path_classifiers: + plugins: + - plugins/ + +extraction: + javascript: + # 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: + - plugins/