From 10c29ed47323abe0f83f7ea3da4136419b784b95 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 22 Jul 2021 14:22:30 +0200 Subject: [PATCH] Include most of the `test`-folder in the LGTM report (PR 13772 follow-up) Given that PR 13772 seem to have worked as intended, it probably cannot hurt to enable the LGTM report for *most* of the remaining code in the `test`-folder. (The one remaining exception is code which originated *outside* of the PDF.js project.) *Please note:* We'll need to land this patch to actually see any difference in the LGTM results. --- lgtm.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lgtm.yml b/lgtm.yml index 24f1ebe1f..be612879a 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -1,8 +1,7 @@ path_classifiers: test: - - exclude: test/font - - exclude: test/integration - - exclude: test/unit + - exclude: test + - test/resources queries: # Already handled by the "no-unused-vars" ESLint rule.