diff options
author | MrBBBaiXue <mrbbbaixue@outlook.com> | 2023-09-19 00:23:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 00:23:32 +0800 |
commit | ee6cec1649b66f153d070a8171273370c4ef91a5 (patch) | |
tree | 585a66fe5e722955ea7b89de8c3584f39be4f000 | |
parent | e3e2528ba7f6e85ac167d687dd6312b35f558591 (diff) | |
download | redot-engine-ee6cec1649b66f153d070a8171273370c4ef91a5.tar.gz |
Delete .lgtm.yml
LGTM has been acquired by Github, and all its features is replaced by Github Code Scanning.
So seems .lgtm.yml is no longer used.
-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 |