mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
80da1354da
Summary: W293 reports a lint warning for the same problem that TXT6 reports a lint error for. This isn't so terrible in and of itself. However, when you are then prompted to apply a patch to fix TXT6, lint doesn't realize that the W293 warning was also handled, and still prompts you about ignoring unresolved warnings. This is misleading. Test Plan: > python pep8.py hasBlankLineWS.py hasBlankLineWS.py:3:1: W293 blank line contains whitespace > python pep8.py --ignore=W293 hasBlankLineWS.py (no output) Reviewed By: epriestley Reviewers: jungejason, epriestley CC: epriestley, aran Differential Revision: 525 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.