Skip to content

Commit 50a74d6

Browse files
Marton Hunyadychrome-bot
Marton Hunyady
authored and
chrome-bot
committed
update_engine: Remove presubmit check for header_guard
Because of the revert crrev.com/c/1111797, header_guard doesn't support the root param anymore, so presubmit is failing for multiple files. BUG=None TEST='chromium/tools/depot_tools/cpplint.py src/aosp/system/update_engine/**/*.h' Change-Id: Ie609378b947402fed8a09b1ee9085f50019266f4 Reviewed-on: https://chromium-review.googlesource.com/1128894 Commit-Ready: Márton Hunyady <[email protected]> Tested-by: Márton Hunyady <[email protected]> Reviewed-by: Amin Hassani <[email protected]>
1 parent dda79e2 commit 50a74d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CPPLINT.cfg

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# This should be kept in sync with platform2/CPPLINT.cfg
22
set noparent
33

4-
# Header guard should start with UPDATE_ENGINE_
5-
root=..
6-
7-
filter=-build/include_order,+build/include_alpha
4+
filter=-build/include_order,+build/include_alpha,-build/header_guard

0 commit comments

Comments
 (0)