From ea931ec6c55c33bb34d5fbcb5ba56b386e967533 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 16 Nov 2022 11:52:43 -0800 Subject: [PATCH] ci: drop LGTM integration LGTM is deprecated, remove it. We have CodeQL now. Signed-off-by: Andrii Nakryiko --- .lgtm.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index f27137b..0000000 --- a/.lgtm.yml +++ /dev/null @@ -1,14 +0,0 @@ -# vi: set ts=2 sw=2: -extraction: - cpp: - prepare: - packages: - - libelf-dev - - pkg-config - after_prepare: - # As the buildsystem detection by LGTM is performed _only_ during the - # 'configure' phase, we need to trick LGTM we use a supported build - # system (configure, meson, cmake, etc.). This way LGTM correctly detects - # that our sources are in the src/ subfolder. - - touch src/configure - - chmod +x src/configure