aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authordanilchap <danilchap@webrtc.org>2015-12-15 04:33:44 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-15 12:33:51 +0000
commit377b5e622f3e2f4d3b564c0d64f40ff3b5d5acb5 (patch)
treee41b0b3ddf2639b3430e0bbf4177fcb106007312 /PRESUBMIT.py
parent6eca7e3c371383020095ba346e1ac70f38a8c0fd (diff)
downloadwebrtc-377b5e622f3e2f4d3b564c0d64f40ff3b5d5acb5.tar.gz
enabled cpplint for the webrtc/modules/rtp_rtcp directory
BUG=webrtc:5277 R=kjellander@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/1528863002 Cr-Commit-Position: refs/heads/master@{#11027}
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9db9d82986..7557b6bece 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -21,6 +21,7 @@ CPPLINT_DIRS = [
'webrtc/common_video',
'webrtc/examples',
'webrtc/modules/remote_bitrate_estimator',
+ 'webrtc/modules/rtp_rtcp',
'webrtc/modules/video_processing',
'webrtc/sound',
'webrtc/tools',