diff options
-rw-r--r-- | .lgtm.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index e4841eaff4..0000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,7 +0,0 @@ -extraction: - cpp: - after_prepare: - - pip3 install scons - - PATH="/opt/work/.local/bin:$PATH" - index: - build_command: scons -j2 |