Ignore whitespace/indent issues from cpplint.

Unfortunately this lint check also fires when public/private are not
indented by a single space. The indentation format in adb does not
match google style, so that's not going to happen.

Change-Id: I35e5654a2359222bb274ac5fb2961aee6a3a280f
This commit is contained in:
Dan Albert 2015-05-18 16:39:33 -07:00
parent 917b455ee7
commit 075e8608a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
set noparent
filter=-build/header_guard,-build/include,-readability/function
filter=-build/header_guard,-build/include,-readability/function,-whitespace/indent