mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
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
This commit is contained in:
6
PRESUBMIT.cfg
Normal file
6
PRESUBMIT.cfg
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user