mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
build-system: LGTM: don't warn about short global names
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
75668d69aa
commit
9177e0a44b
1 changed files with 3 additions and 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"
|
||||
|
|
Loading…
Reference in a new issue