You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by kl...@apache.org on 2017/10/05 19:12:02 UTC

mesos git commit: Added cpplint.py to be skipped by python linter (for now).

Repository: mesos
Updated Branches:
  refs/heads/master 89a7e3019 -> 7b1ab0320


Added cpplint.py to be skipped by python linter (for now).

This file needs to be modified properly to pass the linter before
removing the directive introduced in this commit.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7b1ab032
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7b1ab032
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7b1ab032

Branch: refs/heads/master
Commit: 7b1ab03204d57dd2c6cf6df05662d95f657d1bcb
Parents: 89a7e30
Author: Kevin Klues <kl...@gmail.com>
Authored: Thu Oct 5 21:11:15 2017 +0200
Committer: Kevin Klues <kl...@gmail.com>
Committed: Thu Oct 5 21:11:15 2017 +0200

----------------------------------------------------------------------
 support/cpplint.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7b1ab032/support/cpplint.py
----------------------------------------------------------------------
diff --git a/support/cpplint.py b/support/cpplint.py
index 9ff8925..d8f93cf 100644
--- a/support/cpplint.py
+++ b/support/cpplint.py
@@ -46,6 +46,7 @@ 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