mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
No description
ac82dea3c9
Summary: We recently tried to advance the arcanist HEAD in our release branch but failed, due to an exception in SVN pre-commit hook like this: abort: Commit blocked by pre-commit hook (exit code 1) with output: LINT 1.3s FacebookWebJSLintLinter (1 file) Exception Some linters failed: - FacebookWebCopyrightLinter: BadMethodCallException: Call to a member function getConfigFromAnySource() on a non-object (Run with --trace for a full exception trace.) However `arc lint` works just fine. By searching the change history, it looks related to a few commits D7271, D7377, D7382, especially D7377, where configuration manager is added to the lint engine. Add it to the SVN precommit hook workflow too. Test Plan: I am not quite sure how to test it out easily. Any suggestions? Reviewers: lifeihuang, JoelB, epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: aran, epriestley, mikemag, Korvin Differential Revision: https://secure.phabricator.com/D8492 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.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.