jerryshao commented on code in PR #8267: URL: https://github.com/apache/gravitino/pull/8267#discussion_r2300714005
########## clients/client-python/pylintrc: ########## @@ -93,3 +93,7 @@ variable-naming-style=snake_case # Naming Style for Module module-naming-style=snake_case + +[DESIGN] +# Maximum number of return statements allowed in a function +max-returns=10 Review Comment: You'd better not change this, you can add the comment to the place where the code has an such issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
