Comment limit on number of ReviewBot comments
Review Request #3611 — Created Dec. 2, 2012 and submitted
Providing a new max_comments property to a review that limits the number of comments a review published by ReviewBot can contain in order to avoid excessive commenting to the point of slowing down loading. Using arbitrary value for now.
- manually tested against local dev server: posted a patch to review that contained a long js file (jslint.js) that had more than 30 comments, and ensured that : 1) only 30 comments by JSLint were posted (total, in the entire JSLint review) 2) a descriptive warning was shown in the body_top section of the JSLint review.
Description | From | Last Updated |
---|---|---|
Let's remove this blank line |
SM smacleod | |
The spacing is strange here, can you remove the extra spaces at the start so only 1 starts the line. |
SM smacleod | |
Let's change this to: "WARNING: Number of comments exceeded maximum, " |
SM smacleod | |
Can we make this 'Number of' comments |
SM smacleod | |
Can we change this to "The maximum number of comments allowed per review. If a review exceeds this maximum, the … |
SM smacleod |
SM
-
Really close, just two little nits
-
-
Can we change this to "The maximum number of comments allowed per review. If a review exceeds this maximum, the extra comments will be truncated and a warning will be displayed in the review. Large values can cause browsers to slow considerably if a tool generates many comments."