Skip to content

Commit

Permalink
added more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jul 26, 2024
1 parent d47fab6 commit 39af88e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/run-clang-tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
SCRIPTDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
WORKDIR="$( cd $SCRIPTDIR/.. && pwd )"

echo Checking Python version
which python

echo Making compile_command.json
rm -rf tmp && mkdir tmp && cmake -Btmp -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DSUBSTRAIT_CPP_ROUNDTRIP_TESTING=ON
echo Building substrait protobuf
Expand All @@ -18,3 +15,4 @@ if [ "$1" == "fix" ]; then
else
python3 scripts/run-clang-tidy.py "$WORKDIR" "tmp" "third_party" "h,hpp,cc,cpp" "--quiet"
fi
echo Finished running clang-tidy

0 comments on commit 39af88e

Please sign in to comment.