diff options
author | 2019-03-18 09:34:08 -0700 | |
---|---|---|
committer | 2019-04-04 15:10:00 -0700 | |
commit | 450bad9d7b4b2c584077dc2f2526a8cab0cbeb1c (patch) | |
tree | 4d5d074a5983235b7749ff55649fe1dba09c61a0 /.lgtm.yml | |
parent | ac71705b538de5782f6680a6522b35e9c84e9890 (diff) | |
download | subsurface-450bad9d7b4b2c584077dc2f2526a8cab0cbeb1c.tar.gz |
build-system: LGTM: don't warn about short global names
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |