From c06c4a663eea31878828e4407e3ec68dae6bc606 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Fri, 4 Jun 2021 10:21:40 +0200 Subject: [PATCH] lgtm: adds build instructions to get lgtm to work LGTM is a statis analysis tool --- .lgtm.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000000..8f7a237c31 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,9 @@ +extraction: + cpp: + prepare: + packages: + - cargo + after_prepare: + - git clone --depth 1 https://github.com/OISF/libhtp.git + - cargo install cbindgen + - export PATH=/opt/work/.cargo/bin:$PATH