mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Test Plan: diviner . Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2189
This commit is contained in:
parent
5068e8ad56
commit
1c81cd7615
2 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name" : "Arcanist",
|
||||
"src_base" : "https://github.com/facebook/arcanist/blob/master",
|
||||
"src_link" :
|
||||
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
|
||||
"groups" : {
|
||||
"intro" : "Introduction",
|
||||
"config" : "Setup & Configuration",
|
||||
"config" : "Setup & Configuration",
|
||||
"workflow" : "Workflows",
|
||||
"lint" : "Lint Integration",
|
||||
"linter" : "Linters",
|
||||
|
|
|
@ -122,7 +122,7 @@ try {
|
|||
'Failed to load library "%s" at location "%s". Please check the '.
|
||||
'"phutil_libraries" setting in your .arcconfig file. Refer to '.
|
||||
'<http://www.phabricator.com/docs/phabricator/article/'.
|
||||
'Arcanist_User_Guide:_Configuring_a_New_Project.html> '.
|
||||
'Arcanist_User_Guide_Configuring_a_New_Project.html> '.
|
||||
'for more information.',
|
||||
$name,
|
||||
$location);
|
||||
|
|
Loading…
Reference in a new issue