Skip to content

Commit c38ae74

Browse files
authored
[libc++] Stop checking for trailing whitespace in check-generated-output (#72711)
Trailing whitespace is removed by clang-format, so if someone tries to check-in new code with trailing whitespaces, it'll be caught by the clang-format job. Removing this duplication helps reduce the confusion around our numerous ways of enforcing formatting rules.
1 parent a32a2b2 commit c38ae74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@ check-generated-output)
262262
--exclude 'transcoding.pass.cpp' \
263263
--exclude 'underflow.pass.cpp' \
264264
|| false
265-
266-
# Reject code with trailing whitespace
267-
! grep -rn '[[:blank:]]$' libcxx/include libcxx/src libcxx/test libcxx/benchmarks || false
268265
;;
269266
#
270267
# Various Standard modes

0 commit comments

Comments
 (0)