aboutsummaryrefslogtreecommitdiff
path: root/polly/.arcconfig
blob: d64a64853a4c9dde74004fdbc057d87bd500f80f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "project_id" : "polly",
  "conduit_uri" : "http://reviews.llvm.org/",
  "history.immutable" : true,
  "linter.scriptandregex.script": "sh -c './utils/check_format.sh \"$0\" 2> /dev/null || true'",
  "linter.scriptandregex.regex": "/^(OK:(?P<ignore>.+)|Error:) (?P<message>.+)$/m",
  "load" : [
    "utils/arcanist/LitTestEngine"
  ],
  "unit.engine" : "LitTestEngine"
}