aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Hector Chavez <lhchavez@google.com>2016-11-10 06:18:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-10 06:18:57 +0000
commitbee1fea3b2d821c01d81f576dd0e54b7d77a8d51 (patch)
treec759baa8e19c07be619be1fc09ec070c1ad60566
parent9f6c447004ad1656344f2b0382f86208dc5ec5cf (diff)
parent335ed4f76a49e6ced1c3e4cc3169a7f2d7c9b413 (diff)
downloadrepohooks-bee1fea3b2d821c01d81f576dd0e54b7d77a8d51.tar.gz
hooks: update clang-format tool documentation am: ec044d3e9b
am: 335ed4f76a Change-Id: I1afa28e2da16cab083cefd486d17fd582a2a802d
-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.