From dd37b5a35b6923970fff1f9252a9f704981035dc Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 4 Aug 2020 17:49:56 -0700 Subject: PR46997: don't run clang-format on clang's testcases. The formatting of the testcases matters and shouldn't be overwritten by a tool. --- .arclint | 3 +++ 1 file changed, 3 insertions(+) (limited to '.arclint') diff --git a/.arclint b/.arclint index 246ff9f39d47..27d838eb153f 100644 --- a/.arclint +++ b/.arclint @@ -6,6 +6,9 @@ "script-and-regex.regex": "/^(?P[[:alpha:]]+)\n(?P[^\n]+)\n(====|(?P\\d),(?P\\d)\n(?P.*)>>>>\n(?P.*)<<<<\n)$/s", "include": [ "(\\.(cc|cpp|h)$)" + ], + "exclude": [ + "(^clang/test/)" ] } } -- cgit v1.2.1