You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/04/17 21:34:30 UTC

[1/2] beam git commit: Add no-else return to pylintrc

Repository: beam
Updated Branches:
  refs/heads/master 32a576ab6 -> 85cfd0c7c


Add no-else return to pylintrc


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

Branch: refs/heads/master
Commit: efa82fab185802a297a5b2f42919615b0c87d8f2
Parents: 32a576a
Author: Sourabh Bajaj <so...@google.com>
Authored: Mon Apr 17 11:16:07 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Mon Apr 17 14:34:09 2017 -0700

----------------------------------------------------------------------
 sdks/python/.pylintrc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/efa82fab/sdks/python/.pylintrc
----------------------------------------------------------------------
diff --git a/sdks/python/.pylintrc b/sdks/python/.pylintrc
index e29e15b..429ebdb 100644
--- a/sdks/python/.pylintrc
+++ b/sdks/python/.pylintrc
@@ -100,6 +100,7 @@ disable =
   misplaced-bare-raise,
   missing-docstring,
   multiple-statements,
+  no-else-return,
   no-member,
   no-name-in-module,
   no-self-use,


[2/2] beam git commit: This closes #2553

Posted by al...@apache.org.
This closes #2553


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

Branch: refs/heads/master
Commit: 85cfd0c7c2e2e0730eed4f208ca637981d03fb6e
Parents: 32a576a efa82fa
Author: Ahmet Altay <al...@google.com>
Authored: Mon Apr 17 14:34:19 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Mon Apr 17 14:34:19 2017 -0700

----------------------------------------------------------------------
 sdks/python/.pylintrc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------