mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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:
parent
9a45116b5e
commit
866d3373d7
1 changed files with 1 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue