From 6bf097f1c352c134a41eb4e03fb2f517145c5fb8 Mon Sep 17 00:00:00 2001 From: Andrey Prygunkov Date: Sat, 19 Jan 2019 11:23:09 +0100 Subject: [PATCH] #604: fine tune LGTM config --- .lgtm.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.lgtm.yml b/.lgtm.yml index 9fbbb001..73506fda 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -1,4 +1,17 @@ +# Configuration file for integration with http://lgtm.com + path_classifiers: library: + # exclude these directories from default alerts report: - lib - webui/lib + +extraction: + cpp: + configure: + command: + # compile with tests to activate scanning of C++ sources for tests + - ./configure --enable-tests + +queries: + - exclude: js/incomplete-sanitization # this one gives false positives only and nothing useful