mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
No description
129339019f
Summary: We want to have a class of lint problems which are displayed to author and attached to revision but don't require excuse in diff workflow. Lint advices already serve this purpose but no linters emit them because they need `--advice` flag to be processed. By always enabling advices, we can switch more linters from warnings to advices and don't stop the diff workflow for them. This diff also bumps down default severity of TODO rule. Test Plan: Made lint advice mistake, ran `arc lint`. Reviewers: epriestley Reviewed By: epriestley CC: aran, ide, Korvin Differential Revision: https://secure.phabricator.com/D3364 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
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/