From: Philippe Antoine Date: Fri, 4 Jun 2021 08:21:40 +0000 (+0200) Subject: lgtm: adds build instructions to get lgtm to work X-Git-Tag: suricata-7.0.0-beta1~1324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c06c4a663eea31878828e4407e3ec68dae6bc606;p=thirdparty%2Fsuricata.git lgtm: adds build instructions to get lgtm to work LGTM is a statis analysis tool --- 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