From cb869d4649b00775ba7bea6ecc81473eadf594b3 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 2 Nov 2019 20:41:48 +0900 Subject: Add LGTM support See https://lgtm.com --- .lgtm.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .lgtm.yml (limited to '.lgtm.yml') diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 00000000..b9952f40 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,15 @@ +extraction: + cpp: + prepare: + packages: # Assuming package base of cosmic + - ninja-build + - qt5-default + - qtmultimedia5-dev + after_prepare: + - git clone https://gitlab.matrix.org/matrix-org/olm.git + - pushd olm + - cmake . -Bbuild -GNinja + - cmake --build build + - popd + configure: + command: "cmake . -GNinja -DOlm_DIR=olm/build" -- cgit v1.2.3 From c382480ca8b08abb93a23cf29cc3c386ba6e5d29 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Mon, 11 Jan 2021 11:42:54 +0100 Subject: LGTM: fine-tune the set of analysed files --- .lgtm.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.lgtm.yml') diff --git a/.lgtm.yml b/.lgtm.yml index b9952f40..f6dfb229 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -1,3 +1,8 @@ +path_classifiers: + library: + - 3rdparty/* + test: + - exclude: tests/quotest.cpp # Let alerts from this come up too extraction: cpp: prepare: -- cgit v1.2.3