From 075e8608a7d060d9c8251ef06b45c75dc714cc5c Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 18 May 2015 16:39:33 -0700 Subject: [PATCH] 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 --- adb/CPPLINT.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb/CPPLINT.cfg b/adb/CPPLINT.cfg index 9b906e8cc..f496490cc 100644 --- a/adb/CPPLINT.cfg +++ b/adb/CPPLINT.cfg @@ -1,2 +1,2 @@ set noparent -filter=-build/header_guard,-build/include,-readability/function +filter=-build/header_guard,-build/include,-readability/function,-whitespace/indent