This is an automated email from the ASF dual-hosted git repository. bbannier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit cd6b2a863e32e0856f8801397e3f685e2e7b0cc8 Author: Benjamin Bannier <[email protected]> AuthorDate: Sat Mar 2 22:22:55 2019 +0100 Removed manual author list in patched cpplint. Review: https://reviews.apache.org/r/70101 --- support/cpplint.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/support/cpplint.py b/support/cpplint.py index 64422c3..553ac1d 100644 --- a/support/cpplint.py +++ b/support/cpplint.py @@ -33,13 +33,6 @@ # review the currently made changes please perform a diff against the # specific upstream version. -# Modified by Adam B ([email protected]) to handle hpp files. -# Modified by Avinash S ([email protected]) to check for at least -# a __single__ space in comments is required for hpp and cpp files. -# Modified by Tomek J ([email protected]) to check for NULL usage. -# Modified by Armand G ([email protected]) to skip file when linted -# and to not print anything if there is no error. - """Does google-lint on c++ files. The goal of this script is to identify places in the code that *may*
