From: Richard Russon Date: Sat, 16 Feb 2019 13:38:11 +0000 (+0000) Subject: lgtm: add config X-Git-Tag: 2019-10-25~370 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=956e98acf65ec89ead30ca3923b2f48d3b859b28;p=neomutt lgtm: add config --- diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 000000000..4fd7b5ef0 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,54 @@ +path_classifiers: + generated: + - config.h + - conststrings.c + - git_ver.c + - hcache/hcversion.h + library: + - autosetup + - contrib + test: + - test + docs: + - doc + - doxygen + +queries: + - exclude: cpp/fixme-comment + +extraction: + cpp: + prepare: + packages: + - autopoint + - docbook-simple + - docbook-xsl + - gettext + - jimsh + - libdb-dev + - libgdbm-dev + - libgpgme-dev + - libgss-dev + - libkyotocabinet-dev + - liblmdb-dev + - liblua5.2-dev + - libncursesw5 + - libncursesw5-dev + - libnotmuch-dev + - libqdbm-dev + - libsasl2-dev + - libslang2-dev + - libssl-dev + - libtokyocabinet-dev + - libxml2-utils + - lua5.2 + - lynx + - w3m + - xsltproc + configure: + command: + - ./configure --bdb --gdbm --gnutls --gpgme --homespool --kyotocabinet --lmdb --lua --mixmaster --notmuch --qdbm --sasl --tokyocabinet --with-domain=example.com --with-lock=flock + index: + build_command: + - make -j2 -s +