mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Merge pull request #3167 from sigiesec/fix-clang-tidy-config-analyze
Fix clang-tidy configuration
This commit is contained in:
commit
85dfca3087
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user