From 0fcd08af9151bd5412079a61111edc2fc16069cd Mon Sep 17 00:00:00 2001 From: George Hotz <72895+geohot@users.noreply.github.com> Date: Sat, 2 May 2020 14:21:27 -0700 Subject: [PATCH] Add C++ support for LGTM (#1456) * cpp analysis * switch to index command Co-authored-by: George Hotz old-commit-hash: eb67c74a446536581b0cc3e6f6ddbe96ace5c254 --- lgtm.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lgtm.yml diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 0000000000..288d1a3b82 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,8 @@ +extraction: + cpp: + after_prepare: + - "pip3 install jinja2 pyyaml cython pycapnp numpy sympy tqdm cffi logentries zmq" + - "export PATH=$PWD/external/bin:$PATH" + index: + build_command: "python3 $(which scons)" +