Merge pull request #3167 from sigiesec/fix-clang-tidy-config-analyze

Fix clang-tidy configuration
This commit is contained in:
Luca Boccassi 2018-06-15 10:11:34 +01:00 committed by GitHub
commit 85dfca3087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Checks: "*,\
-hicpp-use-auto,\
-hicpp-use-nullptr,\
-hicpp-no-array-decay,\
-hicpp-member-init
-hicpp-member-init"
WarningsAsErrors: ''
HeaderFilterRegex: ''
# AnalyzeTemporaryDtors: false

View File

@ -6,7 +6,7 @@ cd ../..
# always install custom builds from dist
# to make sure that `make dist` doesn't omit any files required to build & test
if [ -z $DO_CLANG_FORMAT_CHECK -a -z $CLANG_TIDY ]; then
if [ -z "$DO_CLANG_FORMAT_CHECK" -a -z "$CLANG_TIDY" ]; then
./autogen.sh
./configure
make -j5 dist-gzip