Skip to content

Commit

Permalink
PR46997: don't run clang-format on clang's testcases.
Browse files Browse the repository at this point in the history
The formatting of the testcases matters and shouldn't be overwritten by
a tool.
  • Loading branch information
zygoloid committed Aug 5, 2020
1 parent 0c7af8c commit dd37b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .arclint
Original file line number Diff line number Diff line change
Expand Up @@ -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/)"
]
}
}
Expand Down

0 comments on commit dd37b5a

Please sign in to comment.