You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2018/05/15 08:20:17 UTC

[3/3] mesos git commit: Added .tox to files excluded by Python linter.

Added .tox to files excluded by Python linter.

Review: https://reviews.apache.org/r/67054/


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

Branch: refs/heads/master
Commit: e88fe8c31b09f90fe1da45ba498c40d95408ec95
Parents: 7454420
Author: Armand Grillet <ag...@mesosphere.io>
Authored: Tue May 15 10:15:39 2018 +0200
Committer: Benjamin Bannier <bb...@apache.org>
Committed: Tue May 15 10:16:41 2018 +0200

----------------------------------------------------------------------
 support/mesos-style.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e88fe8c3/support/mesos-style.py
----------------------------------------------------------------------
diff --git a/support/mesos-style.py b/support/mesos-style.py
index 07074da..b7ee699 100755
--- a/support/mesos-style.py
+++ b/support/mesos-style.py
@@ -361,7 +361,9 @@ class PyLinter(LinterBase):
                     r'glog\-0\.3\.3|' \
                     r'boost\-1\.53\.0|' \
                     r'libev\-4\.15|' \
-                    r'java/jni|\.virtualenv' \
+                    r'java/jni|' \
+                    r'\.virtualenv|' \
+                    r'\.tox' \
                     ')'
 
     source_files = r'\.(py)$'