Skip to content

Commit dd37b5a

Browse files
committed
PR46997: don't run clang-format on clang's testcases.
The formatting of the testcases matters and shouldn't be overwritten by a tool.
1 parent 0c7af8c commit dd37b5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.arclint

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"script-and-regex.regex": "/^(?P<severity>[[:alpha:]]+)\n(?P<message>[^\n]+)\n(====|(?P<line>\\d),(?P<char>\\d)\n(?P<original>.*)>>>>\n(?P<replacement>.*)<<<<\n)$/s",
77
"include": [
88
"(\\.(cc|cpp|h)$)"
9+
],
10+
"exclude": [
11+
"(^clang/test/)"
912
]
1013
}
1114
}

0 commit comments

Comments
 (0)