This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new f495dfc clang-format.sh: ignore trailing ws in lib/yamlcpp (#212)
f495dfc is described below
commit f495dfc37fc7428c98a6732b2b9a819081ce0b82
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Aug 21 12:21:00 2023 -0500
clang-format.sh: ignore trailing ws in lib/yamlcpp (#212)
---
jenkins/bin/clang-format.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/jenkins/bin/clang-format.sh b/jenkins/bin/clang-format.sh
index 39e4993..60bf9b6 100755
--- a/jenkins/bin/clang-format.sh
+++ b/jenkins/bin/clang-format.sh
@@ -21,6 +21,7 @@ cd "${WORKSPACE}/src"
# First, make sure there are no trailing WS!!!
git grep -IE ' +$' | \
+ fgrep -v 'lib/yamlcpp' | \
fgrep -v '.gold:' | \
fgrep -v '.test_input'
if [ "1" != "$?" ]; then