We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8306114 commit ea2b897Copy full SHA for ea2b897
libcxx/utils/ci/run-buildbot
@@ -238,7 +238,7 @@ check-generated-output)
238
# Reject patches that introduce non-ASCII characters or hard tabs.
239
# Depends on LC_COLLATE set at the top of this script.
240
set -x
241
- ! grep -rn '[^ -~]' libcxx/include libcxx/src libcxx/test libcxx/benchmarks \
+ ! grep -rn '[^ -~]' libcxx/include libcxx/src libcxx/test \
242
--exclude '*.dat' \
243
--exclude '*unicode*.cpp' \
244
--exclude '*print*.sh.cpp' \
0 commit comments