Repository: mesos Updated Branches: refs/heads/master 7095fc384 -> 60dd10cfb
Added support for catching trailing white spaces in the style checker. Review: https://reviews.apache.org/r/25526 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/60dd10cf Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/60dd10cf Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/60dd10cf Branch: refs/heads/master Commit: 60dd10cfb8aef1ae661d17bd3d28f0596b731ff3 Parents: eea12a6 Author: Kamil Domanski <[email protected]> Authored: Wed Sep 10 21:20:03 2014 -0700 Committer: Vinod Kone <[email protected]> Committed: Wed Sep 10 21:24:15 2014 -0700 ---------------------------------------------------------------------- support/mesos-style.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/60dd10cf/support/mesos-style.py ---------------------------------------------------------------------- diff --git a/support/mesos-style.py b/support/mesos-style.py index d24cb11..b65272b 100755 --- a/support/mesos-style.py +++ b/support/mesos-style.py @@ -17,6 +17,7 @@ active_rules = ['build/class', 'runtime/vlog', 'whitespace/blank_line', 'whitespace/comma', + 'whitespace/end_of_line', 'whitespace/ending_newline', 'whitespace/forcolon', 'whitespace/indent',
