We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7af8c commit dd37b5aCopy full SHA for dd37b5a
.arclint
@@ -6,6 +6,9 @@
6
"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",
7
"include": [
8
"(\\.(cc|cpp|h)$)"
9
+ ],
10
+ "exclude": [
11
+ "(^clang/test/)"
12
]
13
}
14
0 commit comments