DescriptionEnable cpplint for webrtc/video_engine
Enable cpplint and have it use a whitelist that also checks
in subdirectories.
Move the cpplint check so it runs before the pylint check
since that one always run and increases the time to errors
for cpplint.
Fix all cpplint errors in webrtc/video_engine.
BUG=webrtc:5149
TESTED=Fixed issues reported by:
find webrtc/video_engine -type f -name *.cc -o -name *.h | xargs cpplint.py
followed by 'git cl presubmit'.
R=pbos@chromium.org, phoglund@chromium.org
TBR=pbos@webrtc.org, phoglund@webrtc.org
Committed: https://crrev.com/0fcaf99b716c71e721db25f37f62dabf5dcbe69a
Cr-Commit-Position: refs/heads/master@{#10808}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 15 (7 generated)
|