Re-enabling CheckOrphanHeaders

NOTRY=True

Bug: chromium:611808
Change-Id: I354ebe340a0cf70be8cd08b88adbb0f767070e1e
Reviewed-on: https://webrtc-review.googlesource.com/1574
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19853}
This commit is contained in:
Mirko Bonadei 2017-09-15 12:35:26 +02:00 committed by Commit Bot
parent 9a45116b5e
commit 866d3373d7

View file

@ -619,10 +619,7 @@ def CommonChecks(input_api, output_api):
results.extend(CheckJSONParseErrors(input_api, output_api))
results.extend(RunPythonTests(input_api, output_api))
results.extend(CheckUsageOfGoogleProtobufNamespace(input_api, output_api))
# TODO(mbonadei): re-enable after the migration from src/webrtc to src/
# in order to avoid to trigger an error for each orphan header (we are
# moving all of them).
# results.extend(CheckOrphanHeaders(input_api, output_api))
results.extend(CheckOrphanHeaders(input_api, output_api))
# TODO(mbonadei): check before re-enable because it seems it is reporting
# some false positives.
# results.extend(CheckNewLineAtTheEndOfProtoFiles(input_api, output_api))