From 0f2e939a92fc1a70a67a9fc141d1f1d006bcded9 Mon Sep 17 00:00:00 2001 From: jbauch Date: Thu, 10 Dec 2015 03:11:42 -0800 Subject: 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} --- PRESUBMIT.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'PRESUBMIT.py') 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', ] -- cgit v1.2.3