Skip to content

Commit

Permalink
Reduce clang_tidy scope to exclude gtest/gbenchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll committed Mar 28, 2019
1 parent e78bff4 commit 9448cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clang_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ run-clang-tidy-6.0.py \
-j 6 \
-quiet \
"`pwd`/src/*" \
"`pwd`/test/*" \
"`pwd`/test/(benchmark|integration|performance|plugins|regression)/*" \
"`pwd`/examples/*"

0 comments on commit 9448cce

Please sign in to comment.