diff options
author | Dan Albert <danalbert@google.com> | 2015-02-24 19:44:04 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-24 19:44:05 +0000 |
commit | 8ef39424e8ef58ea09addb4a1f3e7d1c45b30cb3 (patch) | |
tree | f67bd1359aa6ecf7824ffc39c449ec8b72f823b6 /adb | |
parent | c40cf1ce9d6910685bf2242c1db390af00684d9d (diff) | |
parent | f1591691ee12c9156f2ec9397cc6818542e39263 (diff) | |
download | system_core-8ef39424e8ef58ea09addb4a1f3e7d1c45b30cb3.zip system_core-8ef39424e8ef58ea09addb4a1f3e7d1c45b30cb3.tar.gz system_core-8ef39424e8ef58ea09addb4a1f3e7d1c45b30cb3.tar.bz2 |
Merge "Ignore another stupid lint warning."
Diffstat (limited to 'adb')
-rw-r--r-- | adb/CPPLINT.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/CPPLINT.cfg b/adb/CPPLINT.cfg index b981cd4..9b906e8 100644 --- a/adb/CPPLINT.cfg +++ b/adb/CPPLINT.cfg @@ -1,2 +1,2 @@ set noparent -filter=-build/header_guard,-readability/function +filter=-build/header_guard,-build/include,-readability/function |