From a78bf8528fc38f7e1a3f6f912ef3d915eb1b5f29 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Thu, 19 May 2022 16:16:19 +0200 Subject: Use Clang 12 for LGTM now that it runs on focal --- .lgtm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.lgtm.yml') diff --git a/.lgtm.yml b/.lgtm.yml index a01e1de9..9cf3583d 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -15,4 +15,4 @@ extraction: # - cmake --build build # - popd configure: - command: "CXX=clang++-9 cmake . -GNinja" # -DOlm_DIR=olm/build" + command: "CXX=clang++-12 cmake . -GNinja" # -DOlm_DIR=olm/build" -- cgit v1.2.3 From cc69883ef7219ec42cb7bdb2e3d66256c17a6532 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Tue, 14 Jun 2022 10:05:53 +0200 Subject: Stop using LGTM.com Its platform has been lagging behind most of the time; but more importantly, the value from its analysis is almost non-existent, with just one considerable issue being identified over the recent year if not more. These days we have clang-tidy and Sonar that are much better at static code analysis. [skip ci] --- .lgtm.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .lgtm.yml (limited to '.lgtm.yml') diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index 9cf3583d..00000000 --- a/.lgtm.yml +++ /dev/null @@ -1,18 +0,0 @@ -path_classifiers: - library: - - 3rdparty/* - test: - - exclude: tests/quotest.cpp # Let alerts from this come up too -extraction: - cpp: - prepare: - packages: # Assuming package base of eoan - - 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: "CXX=clang++-12 cmake . -GNinja" # -DOlm_DIR=olm/build" -- cgit v1.2.3