ocket8888 commented on code in PR #7424:
URL: https://github.com/apache/trafficcontrol/pull/7424#discussion_r1159019054


##########
traffic_control/clients/python/pylint.rc:
##########
@@ -429,6 +429,12 @@ max-branches=15
 # Maximum number of statements in function / method body.
 max-statements=80
 
+# Maximum number of locals for function / method body
+max-locals=25
+
+# Maximum number of arguments for function / method
+max-args=10
+

Review Comment:
   okay, that's fine, then. We can't actually require people follow that rule 
without a vote, but if you need to add the rule to avoid a default it's all 
good.



-- 
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]

Reply via email to