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:
parent
917b455ee7
commit
075e8608a7
|
@ -1,2 +1,2 @@
|
|||
set noparent
|
||||
filter=-build/header_guard,-build/include,-readability/function
|
||||
filter=-build/header_guard,-build/include,-readability/function,-whitespace/indent
|
||||
|
|
Loading…
Reference in New Issue