mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
No description
9bae517a38
Summary: See error message in D7170 -- this should be a `.`, not a `,`. Test Plan: Faked interprerter and got reasonable error message: > Unable to locate interpreter "TESTpython2.6" to run linter ArcanistPEP8Linter. You may need to install the intepreter, or adjust your linter configuration. > TO INSTALL: Install PEP8 using `easy_install pep8`. This doesn't fix the //real// error, which is that the test should skip if you don't have the interpreter/binary, but that's a little more involved. Reviewers: hach-que, chad, btrahan Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D7172 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.