We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0456acb commit 4763dd6Copy full SHA for 4763dd6
utils/arcanist/clang-format.sh
@@ -2,6 +2,8 @@
2
3
set -euo pipefail
4
5
+export PATH=/Users/pcwalton/Source/php/arcanist/bin:"$PATH"
6
+
7
# "script-and-regex.regex": "/^(?P<severity>.*?)\n(?P<message>.*?)\n(?P<line>\\d),(?P<char>\\d)(\n(?P<original>.*?)>>>>\n(?P<replacement>.*?)<<<<?)$/s",
8
9
# Arcanist linter that invokes clang-format via clang/tools/clang-format/clang-format-diff.py
0 commit comments