GNOME Bugzilla – Bug 757066
Style checker should indicate no issues found if patch is clean
Last modified: 2015-10-25 07:10:15 UTC
Update code-style-checker for this case.
Created attachment 314024 [details] [review] Update style-checker
Review of attachment 314024 [details] [review]: OK, though I think the ellipses (...) at the end of the sentences are unneeded; I would get rid of those. ::: style-checker @@ +150,3 @@ if nIssues != 0: if nIssues == 1: + print("Guideline checker found 1 issue...") When writing single-digit numbers in a sentence, spell it out: "one."
Thanks Michael, Fixed and pushed. To ssh://ssareen@git.gnome.org/git/libgames-support 2ee8929..1274d06 master -> master