mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
efd1f17cd9
Run "bash myscript.sh". This will work if bash is on PATH, which it probably is, since developers have to use git. Reviewed By: scott.linder Differential Revision: https://reviews.llvm.org/D78846
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
{
|
|
"linters": {
|
|
"clang-format": {
|
|
"type": "script-and-regex",
|
|
"script-and-regex.script": "bash utils/arcanist/clang-format.sh",
|
|
"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)$)"
|
|
]
|
|
}
|
|
}
|
|
}
|