94f2ef2e84f3ad58410bbee888203026e596e08e

Currently, PRESUBMIT.py always runs pylint on all .py files when at least one python file changes. This helps to maintain consistency across the codebase, but due to changes in the pylintrc rules, it has been failing for months. Migrating all python files to the new rules can take a lot of time, so as a workaround, for now, just run pylint on modified files. Also, fixed or suppressed all complaints of too long lines in the PRESUBMIT.py file to get this CL to pass the presubmit. Bug: webrtc:12114 Change-Id: I4f6c0c269b3fe07878e168e7c90c196cb34f1d16 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220980 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34408}
…
…
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
Development
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console
- Coding style guide
- Code of conduct
- Reporting bugs
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%