summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2015-08-12 09:01:16 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2015-08-12 09:01:16 +0000
commita7ba98caa2a15aefbd22b8ce2556a70ac3bd8764 (patch)
tree98f6401017f807591c15af3beffad8a757bd9612
parent93f59f53cad621aa72b6a03e38ffbbe70ff7549c (diff)
downloadbcm5719-llvm-a7ba98caa2a15aefbd22b8ce2556a70ac3bd8764.tar.gz
bcm5719-llvm-a7ba98caa2a15aefbd22b8ce2556a70ac3bd8764.zip
Adjusted arc linter config for modern version of arcanist
llvm-svn: 244726
-rw-r--r--polly/.arcconfig2
-rw-r--r--polly/.arclint4
2 files changed, 3 insertions, 3 deletions
diff --git a/polly/.arcconfig b/polly/.arcconfig
index d64a64853a4..7a82312ae75 100644
--- a/polly/.arcconfig
+++ b/polly/.arcconfig
@@ -2,8 +2,6 @@
"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"
],
diff --git a/polly/.arclint b/polly/.arclint
index 84546f5fda5..f1df53b230b 100644
--- a/polly/.arclint
+++ b/polly/.arclint
@@ -3,7 +3,9 @@
"format": {
"include": "(include/polly/.+\\.h$|lib/.+\\.cpp$)",
"exclude": "(lib/JSON/.*)",
- "type": "script-and-regex"
+ "type": "script-and-regex",
+ "script-and-regex.script": "sh -c './utils/check_format.sh \"$0\" 2> /dev/null || true'",
+ "script-and-regex.regex": "/^(OK:(?P<ignore>.+)|Error:) (?P<message>.+)$/m"
},
"chmod": {
"type": "chmod"
OpenPOWER on IntegriCloud