You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/30 22:41:41 UTC

[GitHub] [superset] ktmud commented on a change in pull request #15993: fix(dashboard): FilterBox JS error when datasets API is slow

ktmud commented on a change in pull request #15993:
URL: https://github.com/apache/superset/pull/15993#discussion_r680254297



##########
File path: .pylintrc
##########
@@ -373,7 +373,7 @@ max-locals=15
 max-returns=10
 
 # Maximum number of branch for function / method body
-max-branches=12
+max-branches=15

Review comment:
       Allow more `if` branches instead of suppressing the `too-many-branches` error inline.
   
   cc @villebro @john-bodley @etr2460 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org