build-system: LGTM: don't warn about short global names

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-03-18 09:34:08 -07:00
parent 75668d69aa
commit 9177e0a44b

View file

@ -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"