PR46997: don't run clang-format on clang's testcases.

The formatting of the testcases matters and shouldn't be overwritten by
a tool.
This commit is contained in:
Richard Smith 2020-08-04 17:49:56 -07:00
parent 0c7af8c83b
commit dd37b5a35b

View File

@ -6,6 +6,9 @@
"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",
"include": [
"(\\.(cc|cpp|h)$)"
],
"exclude": [
"(^clang/test/)"
]
}
}