453aa2ae84
+ don't assume that clang-format has passed if there is no file. If linters didn't run at all file will be missing. + add "gray" icon for the result if it's unknown. + assume whole build is failed if clang-format or clang-tidy found something. + combine multiple lint messages per line. |
||
---|---|---|
.. | ||
.gitignore | ||
apply_patch.py | ||
phabtalk.py | ||
README.md | ||
requirements.txt |
This folder contains Python scripts that talk to Phabricator.
They require a few libraries listed in requirements.txt
.
To install the requirements locally run pip3 install -r requirements.txt
.