From 6909db7a4d28ed265e96543e6335ec92399693a0 Mon Sep 17 00:00:00 2001 From: "Eric T. Johnson" Date: Wed, 10 Apr 2024 18:14:15 -0400 Subject: [PATCH] Ignore trailing whitespace under CI benchmark directories --- .github/workflows/style/check_trailing_whitespaces.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/style/check_trailing_whitespaces.sh b/.github/workflows/style/check_trailing_whitespaces.sh index b33b62cf5c..c7f921a8df 100755 --- a/.github/workflows/style/check_trailing_whitespaces.sh +++ b/.github/workflows/style/check_trailing_whitespaces.sh @@ -6,6 +6,7 @@ find . -type d \( -name .git \ -o -path ./paper \ -o -name build -o -name install \ -o -name tmp_build_dir -o -name tmp_install_dir \ + -o -name ci-benchmarks \ -o -path ./util/gcem \ \) -prune -o \ -type f \( \( -name "*.H" -o -name "*.h" -o -name "*.hh" -o -name "*.hpp" \