mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-14 02:57:47 +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-auto,\
|
||||||
-hicpp-use-nullptr,\
|
-hicpp-use-nullptr,\
|
||||||
-hicpp-no-array-decay,\
|
-hicpp-no-array-decay,\
|
||||||
-hicpp-member-init“
|
-hicpp-member-init"
|
||||||
WarningsAsErrors: ''
|
WarningsAsErrors: ''
|
||||||
HeaderFilterRegex: ''
|
HeaderFilterRegex: ''
|
||||||
# AnalyzeTemporaryDtors: false
|
# AnalyzeTemporaryDtors: false
|
||||||
|
@ -6,7 +6,7 @@ cd ../..
|
|||||||
|
|
||||||
# always install custom builds from dist
|
# always install custom builds from dist
|
||||||
# to make sure that `make dist` doesn't omit any files required to build & test
|
# 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
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
make -j5 dist-gzip
|
make -j5 dist-gzip
|
||||||
|
Loading…
Reference in New Issue
Block a user