From 0f5c4fea8c9f06ef15b2d7680d33190507945e82 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 14 Feb 2020 16:36:35 -0500 Subject: README: fix up a few header levels These were indented one-too-many causing them to be under the wrong parent section. Bug: None Test: looked at the output in gitiles Change-Id: I7b97fe64e357fa4ab2d55c372f124e85d75028e7 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6deec17..43a72d5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # AOSP Preupload Hooks -[TOC] - This repo holds hooks that get run by repo during the upload phase. They perform various checks automatically such as running linters on your code. Note: Currently all hooks are disabled by default. Each repo must explicitly turn on any hook it wishes to enforce. +[TOC] + ## Usage Normally these execute automatically when you run `repo upload`. If you want to @@ -240,13 +240,13 @@ These are notes for people updating the `pre-upload.py` hook itself: * New hooks can be added in `rh/hooks.py`. Be sure to keep the list up-to-date with the documentation in this file. -### Warnings +## Warnings If the return code of a hook is 77, then it is assumed to be a warning. The output will be printed to the terminal, but uploading will still be allowed without a bypass being required. -## TODO/Limitations +# TODO/Limitations * `pylint` should support per-directory pylintrc files. * Some checkers operate on the files as they exist in the filesystem. This is -- cgit v1.2.3