Unverified Commit 85dfca30 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

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

Fix clang-tidy configuration
parents 0867c380 21ad652a
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment