Skip to content

Commit

Permalink
Limit tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Jul 28, 2023
1 parent 9c8295d commit 1bc77a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/cpp/scripts/tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ echo "Before running clang-tidy, MD5 of all C++ files was: $BEFORE_MD5"
echo "*************************************************************************"

# Need run-clang-tidy version 15, but it doesn't have a --version flag
RUN_TIDY=./scripts/run-clang-tidy #$(which run-clang-tidy-15 || which run-clang-tidy || which run-clang-tidy-mp-15)
RUN_TIDY=$(which run-clang-tidy-15 || which run-clang-tidy || which run-clang-tidy-mp-15)
# tidy all sources
$RUN_TIDY -p $BUILD_DIR $SOURCES $FIX_OPT -use-color || {\
echo "Errors encountered when running clang-tidy!" &&
Expand Down

0 comments on commit 1bc77a5

Please sign in to comment.