RESOLVED FIXED Bug 59663
check-webkit-style error for spaces after periods in a comment has a bad error message and warns about end of line spaces.
https://bugs.webkit.org/show_bug.cgi?id=59663
Summary check-webkit-style error for spaces after periods in a comment has a bad erro...
David Levin
Reported 2011-04-27 18:13:47 PDT
check-webkit-style error for spaces after periods in a comment has a bad error message and warns about end of line spaces.
Attachments
Patch (4.61 KB, patch)
2011-04-27 18:14 PDT, David Levin
abarth: review+
abarth: commit-queue-
David Levin
Comment 1 2011-04-27 18:14:59 PDT
Adam Barth
Comment 2 2011-04-27 18:38:42 PDT
Comment on attachment 91393 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=91393&action=review > Tools/Scripts/webkitpy/style/checkers/cpp.py:1761 > - 'Should only a single space after a punctuation in a comment.') > + 'Should only have a single space after a punctuation in a comment.') Should only have => Should have only
David Levin
Comment 3 2011-04-27 18:49:33 PDT
Note You need to log in before you can comment on or make changes to this bug.