Skip to content

Commit

Permalink
remove dump config.
Browse files Browse the repository at this point in the history
  • Loading branch information
msiddhu committed Jul 11, 2024
1 parent 834f934 commit df852b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/clang-tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ FILTER_PATTERN="Suppressed [0-9]* warnings.*|Use -header-filter=.*|Use -system-h
rm -f $LOG_FILE

run_clang_tidy() {
clang-tidy --dump-config
file=$1
echo "Running clang-tidy on $file" >> $LOG_FILE
clang-tidy -p=$COMPILE_COMMANDS_PATH "$file" 2>&1 | grep -Ev "$FILTER_PATTERN" | tee -a $LOG_FILE
Expand Down

0 comments on commit df852b2

Please sign in to comment.