diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-14 10:05:53 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-14 10:22:58 +0200 |
commit | cc69883ef7219ec42cb7bdb2e3d66256c17a6532 (patch) | |
tree | 5ab16d7e4a1e97e7e57374ec6b30878099e78e50 /.lgtm.yml | |
parent | fcf0153d8304700733ea8e74f5ed3125c2a959e1 (diff) | |
download | libquotient-cc69883ef7219ec42cb7bdb2e3d66256c17a6532.tar.gz libquotient-cc69883ef7219ec42cb7bdb2e3d66256c17a6532.zip |
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]
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 18 |
1 files changed, 0 insertions, 18 deletions
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" |