4 "include": "(include/polly/.+\\.h$|lib/.+\\.cpp$)",
5 "exclude": "(lib/External/JSON/.*)",
6 "type": "script-and-regex",
7 "script-and-regex.script": "sh -c './utils/check_format.sh \"$0\" 2> /dev/null || true'",
8 "script-and-regex.regex": "/^(OK:(?P<ignore>.+)|Error:) (?P<message>.+)$/m"
14 "exclude": "(www/experiments/.+|.*\\.jscop.*)",
18 "type": "merge-conflict"
21 "exclude": "(configure|autoconf/.*)",