From 709ac331814baeaa21806d9a25b2a60ec36d40bf Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Thu, 1 Mar 2018 09:39:51 -0600 Subject: [PATCH] Exclude cmsToyGV and (temporarily) nudy from clang-formatting --- scripts/clang-format-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clang-format-test.sh b/scripts/clang-format-test.sh index 7146c8288..808785d29 100755 --- a/scripts/clang-format-test.sh +++ b/scripts/clang-format-test.sh @@ -19,7 +19,7 @@ fi # with respect to master (target branch) tb="master" # we disregard the test/static_analysis directory since this contains LLVM code + headers -filelist=`git diff ${tb}... --name-only | grep -v -i -e linkdef` +filelist=`git diff ${tb}... --name-only | grep -v -i -e linkdef | grep -v -e nudy -e cmsToyGV` # function to check if C++ file (based on suffix) # can probably be done much shorter -- GitLab