aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Hector Chavez <lhchavez@google.com>2016-11-10 06:25:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-10 06:25:27 +0000
commit413eadc25bb8cf66fc981496f41798736d0c61fd (patch)
treec759baa8e19c07be619be1fc09ec070c1ad60566
parent17fc41882e5ab8cd00c1185b29eecf75cbd31454 (diff)
parentbee1fea3b2d821c01d81f576dd0e54b7d77a8d51 (diff)
downloadrepohooks-413eadc25bb8cf66fc981496f41798736d0c61fd.tar.gz
hooks: update clang-format tool documentation am: ec044d3e9b am: 335ed4f76a
am: bee1fea3b2 Change-Id: I57e14ac93082ac8b81a4222584b0de6827066419
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index c4c5dd9..e011d8a 100644
--- a/README.md
+++ b/README.md
@@ -222,9 +222,6 @@ These are notes for people updating the `pre-upload.py` hook itself:
a lot. Will need to consider a `PREUPLOAD.cfg` knob.
* We need to add `pylint` tool to the AOSP manifest and use that local copy
instead of relying on the version that is in $PATH.
-* `clang-format` diffs each change against the current working tree. This works
- well if a single change is being uploaded, but if multiple commits are being
- uploaded, later commits in the chain will have false positives.
* Should make file extension filters configurable. All hooks currently declare
their own list of files like `.cc` and `.py` and `.xml`.
* Add more checkers.