[Webkit-unassigned] [Bug 219092] check-webkit-style should require spaces around the equal sign for Objective-C @synthesize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 09:45:03 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219092

--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 414455
  --> https://bugs.webkit.org/attachment.cgi?id=414455
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=414455&action=review

> Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py:2109
> +        self.assert_lint('@synthesize a=b;', 'Should have spaces around = in property synthesis.  [whitespace/property] [4]')

It looks like there are currently about 90 instances of `@synthesize foo=bar` in the WebKit stack — we should probably update these if we're changing the style rules for synthesized properties.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201118/471233a8/attachment.htm>


More information about the webkit-unassigned mailing list