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/02/07 14:30:12 UTC

mesos git commit: Skipped bundled elfio in linting.

Repository: mesos
Updated Branches:
  refs/heads/master ed752784f -> f4cb6a405


Skipped bundled elfio in linting.

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


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

Branch: refs/heads/master
Commit: f4cb6a4056168b0b8704a1e1cc01a6433e446f98
Parents: ed75278
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Wed Feb 7 14:44:50 2018 +0100
Committer: Benjamin Bannier <bb...@apache.org>
Committed: Wed Feb 7 14:44:50 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/f4cb6a40/support/mesos-style.py
----------------------------------------------------------------------
diff --git a/support/mesos-style.py b/support/mesos-style.py
index 1b34ea2..d9e83d7 100755
--- a/support/mesos-style.py
+++ b/support/mesos-style.py
@@ -228,6 +228,7 @@ class CppLinter(LinterBase):
                    os.path.join('3rdparty', 'stout')]
 
     exclude_files = '(' \
+                    r'elfio\-3\.2|' \
                     r'protobuf\-2\.4\.1|' \
                     r'googletest\-release\-1\.8\.0|' \
                     r'glog\-0\.3\.3|' \