summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-03-18 09:34:08 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-03-18 10:34:23 -0700
commit9177e0a44b61d285493ffeaef97cc729d0fdf532 (patch)
tree992886e3f3a628189aab40842268be2965e98f15
parent75668d69aa2809b733834ea5f6c55fc2331bbbcc (diff)
downloadsubsurface-9177e0a44b61d285493ffeaef97cc729d0fdf532.tar.gz
build-system: LGTM: don't warn about short global names
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--.lgtm.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index adc45e1b7..ce547bac8 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -42,3 +42,6 @@ extraction:
- export INSTALL_ROOT=/opt/out
- export PKG_CONFIG_PATH=$INSTALL_ROOT/lib/pkgconfig:$PKG_CONFIG_PATH
- bash -x ./scripts/build-libdivecomputer.sh
+
+queries:
+ - exclude: "cpp/short-global-name"