mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-09 16:32:39 +01:00
No description
b61e890a0c
Summary: See PHI1238. This "," in the regex can only make the lint binding fail if there is no "," in the version output string. In modern versions of Pylint, there is (apparently) no comma in the version string. Remove it. See also <https://discourse.phabricator-community.org/t/arcanistpylintlinter-version-regex-issue/2688> Test Plan: ``` $ pip install pylint Traceback (most recent call last): File "/Users/epriestley/Library/Python/2.7/bin/pip", line 6, in <module> from pip._internal import main ImportError: No module named pip._internal ``` ¯\_(ツ)_/¯ Reviewers: amckinley, joshuaspence Reviewed By: joshuaspence Differential Revision: https://secure.phabricator.com/D20505 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
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 read more in the User Guide
For more information about Phabricator, see http://phabricator.org/.
LICENSE
Arcanist is released under the Apache 2.0 license except as otherwise noted.