diff options
author | Vincent Palatin <vpalatin@chromium.org> | 2011-12-08 19:18:06 +0000 |
---|---|---|
committer | Vincent Palatin <vpalatin@chromium.org> | 2011-12-08 19:18:06 +0000 |
commit | 9a545441d76eb308c85446042098d5c096548add (patch) | |
tree | 96a7d792ed387ec5fa0c518ef6da841e054e4bac /PRESUBMIT.cfg | |
parent | 9a8bc29c6300f602888a626780e1ce6f53fedc89 (diff) | |
download | chrome-ec-9a545441d76eb308c85446042098d5c096548add.tar.gz |
fix pre-submit hook
we are using linux style indentation,
so we should not check for the presence of tabs in the common python
script, checkpatch will ensure that the indentation is correct.
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
BUG=None.
TEST="repo upload" a CL with a new line containing tab indentation.
Change-Id: Ida3ef3d8274edd3e8e701e2ede43836c944cd263
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r-- | PRESUBMIT.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg new file mode 100644 index 0000000000..2e8cdb6618 --- /dev/null +++ b/PRESUBMIT.cfg @@ -0,0 +1,6 @@ +[Hook Overrides] + +# We are using Linux style indentation with tabs +# The indentation is checked by checkpatch not the python script +tab_check: false + |