summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2020-09-15 08:33:43 +0900
committerAkihiro Motoki <amotoki@gmail.com>2020-09-27 12:44:16 +0900
commit692778f8cf2d7ac831fbf70ae3aec8a0131a2365 (patch)
tree533763f3e87ef460d35e460d63fbf35bdd99f250 /.pylintrc
parentb67ad564c472fe95d3373e0ed6cc6b722bed0b64 (diff)
downloadhorizon-692778f8cf2d7ac831fbf70ae3aec8a0131a2365.tar.gz
pylint: Address no-else-return warning
This pylint check 'no-else-return' might be debatable. but as far as I checked it works in most cases. Change-Id: Ie8574d4a529454c6e050fa62a7a17ea097d00240
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 5d102a8b7..e20c710f2 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -55,7 +55,6 @@ disable=
duplicate-code,
inconsistent-return-statements, # TODO
interface-not-implemented,
- no-else-return,
no-self-use,
# python3 way: Let's do it once we have a consensus.
super-with-arguments, # TODO