Skip to content

Commit 4763dd6

Browse files
committed
TEMPORARY: arc to arc-x
1 parent 0456acb commit 4763dd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/arcanist/clang-format.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -euo pipefail
44

5+
export PATH=/Users/pcwalton/Source/php/arcanist/bin:"$PATH"
6+
57
# "script-and-regex.regex": "/^(?P<severity>.*?)\n(?P<message>.*?)\n(?P<line>\\d),(?P<char>\\d)(\n(?P<original>.*?)>>>>\n(?P<replacement>.*?)<<<<?)$/s",
68

79
# Arcanist linter that invokes clang-format via clang/tools/clang-format/clang-format-diff.py

0 commit comments

Comments
 (0)