Skip to content

Commit 793344e

Browse files
DEVOPS-664 :: Disable "no-else-return" warning in valifn project (#38)
1 parent 21665cc commit 793344e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ disable=raw-checker-failed,
9898
attribute-defined-outside-init,
9999
signature-differs,
100100
#imported-auth-user,
101+
no-else-return # an else-return is more readable
101102

102103
# Enable the message, report, category or checker with the given id(s). You can
103104
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)