Repository: mesos Updated Branches: refs/heads/master c08055396 -> 8976e834e
Excluded MarkDown files from the style hook. Review: https://reviews.apache.org/r/35506 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8976e834 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8976e834 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8976e834 Branch: refs/heads/master Commit: 8976e834e5d1946ffe12187f800c48da38161071 Parents: c080553 Author: Alexander Rojas <[email protected]> Authored: Sat Jun 20 10:30:46 2015 +0000 Committer: Adam B <[email protected]> Committed: Sat Jun 20 10:31:46 2015 +0000 ---------------------------------------------------------------------- support/mesos-style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/8976e834/support/mesos-style.py ---------------------------------------------------------------------- diff --git a/support/mesos-style.py b/support/mesos-style.py index e87388f..66b4569 100755 --- a/support/mesos-style.py +++ b/support/mesos-style.py @@ -35,7 +35,7 @@ source_dirs = ['src', # Add file paths and patterns which should not be checked # This should include 3rdparty libraries, includes and machine generated # source. -exclude_files = '(protobuf\-2\.4\.1|gmock\-1\.6\.0|glog\-0\.3\.3|boost\-1\.53\.0|libev\-4\.15|java/jni|\.pb\.cc|\.pb\.h)' +exclude_files = '(protobuf\-2\.4\.1|gmock\-1\.6\.0|glog\-0\.3\.3|boost\-1\.53\.0|libev\-4\.15|java/jni|\.pb\.cc|\.pb\.h|\.md)' source_files = '\.(cpp|hpp|cc|h)$'
