GNOME Bugzilla – Bug 762056
Style checker should not block patch application
Last modified: 2016-07-31 01:00:28 UTC
It's great that we have a pre-applypatch hook to catch style errors in patches. But if I can't apply the patch, it's hard to fix the style error. $ git bz apply 730057 Bug 730057 - Use the library libgames-scores to manage scores 298684 - Patch that uses libgames-support to manage scores (reviewed) Apply? [(y)es, (n)o, (i)nteractive] y Applying: Using libgames-support to track scores. Validating the diff ... gnome-mines.vala => Line 751 is greater than 120 charecters Guideline checker found one issue. We strongly recommend you to fix these. To ignore use `git commit --no-verify` Patch left in /tmp/Patch-that-uses-libgames-support-to-manage-scores-LSD8DD.patch
The following fix has been pushed: 82d6b2d style-checker: Allow applying patches with style errors
Created attachment 332417 [details] [review] style-checker: Allow applying patches with style errors Can't fix the style errors if we can't apply the patch.