aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorjbauch <jbauch@webrtc.org>2015-12-10 03:11:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-10 11:11:48 +0000
commit0f2e939a92fc1a70a67a9fc141d1f1d006bcded9 (patch)
tree5669e8c779af2de5301a6037362263711047995d /PRESUBMIT.py
parent162abd3562d7b08ab36569800d757b52739b9249 (diff)
downloadwebrtc-0f2e939a92fc1a70a67a9fc141d1f1d006bcded9.tar.gz
Enable cpplint for more webrtc subfolders and fix all uncovered cpplint errors.
This CL enableds cpplint for webrtc/common_video, webrtc/sound and webrtc/tools. BUG=webrtc:5273 TESTED=Fixed issues reported by: find webrtc/common_video webrtc/sound webrtc/tools -type f -name *.cc -o -name *.h | xargs cpplint.py followed by 'git cl presubmit'. Review URL: https://codereview.webrtc.org/1511603004 Cr-Commit-Position: refs/heads/master@{#10967}
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9747d9160b..cd356ca830 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -18,8 +18,11 @@ import sys
CPPLINT_DIRS = [
'webrtc/audio',
'webrtc/call',
+ 'webrtc/common_video',
'webrtc/examples',
'webrtc/modules/video_processing',
+ 'webrtc/sound',
+ 'webrtc/tools',
'webrtc/video',
]