Disable no-else-return
This commit is contained in:
@@ -7,6 +7,7 @@ reports=no
|
||||
# unused-argument - generic callbacks and setup methods create a lot of warnings
|
||||
# too-many-* - are not enforced for the sake of readability
|
||||
# too-few-* - same as too-many-*
|
||||
# no-else-return - I don't see any reason to enforce this. both forms are readable
|
||||
|
||||
disable=
|
||||
locally-disabled,
|
||||
@@ -20,4 +21,5 @@ disable=
|
||||
too-many-return-statements,
|
||||
too-many-statements,
|
||||
too-many-lines,
|
||||
too-few-public-methods,
|
||||
too-few-public-methods,
|
||||
no-else-return,
|
||||
|
||||
Reference in New Issue
Block a user