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 <[email protected]> Authored: Mon Apr 17 11:16:07 2017 -0700 Committer: Ahmet Altay <[email protected]> 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,
