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 33261e832ef2515e7845a4c7a9232be7b58f3921 Author: Benjamin Bannier <[email protected]> AuthorDate: Sat Mar 2 22:52:18 2019 +0100 Skipped pylint for cpplint.py via config instead of via patch. Review: https://reviews.apache.org/r/70100 --- support/cpplint.py | 1 - support/pylint.config | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/support/cpplint.py b/support/cpplint.py index 310da0e..64422c3 100644 --- a/support/cpplint.py +++ b/support/cpplint.py @@ -52,7 +52,6 @@ In particular, we can get very confused by /* and // inside strings! We do a small hack, which is to ignore //'s with "'s after them on the same line, but it is far from perfect (in either direction). """ -# pylint: skip-file import codecs import copy diff --git a/support/pylint.config b/support/pylint.config index af25dd9..124c8f2 100644 --- a/support/pylint.config +++ b/support/pylint.config @@ -1,5 +1,6 @@ [MASTER] ignore=.git +ignore-patterns=cpplint.py extension-pkg-whitelist=ujson [MESSAGES CONTROL]
