04.03.2016, 16:21, "Konstantin Tokarev" <[email protected]>: > 03.03.2016, 22:35, "Darin Adler" <[email protected]>: >> OK! >> >> Do we have volunteers to: >> >> 1) update the style guide webpage >> 2) update check-webkit-style >> 3) physically restrain me from turning do-webcore-rename into a perl script >> that does this all the code in the entire source tree all at one go, since >> that would be a bad idea, right? > > I volunteer for (2).
Here is my attempt: https://bugs.webkit.org/show_bug.cgi?id=155017 I've borrowed 'readability/inheritance' name from cpplint.py [1], from which cpp.py originates. I've also added two more checks, implemented by cpplint.py: avoid "virtual" when there is "final", and avoid "override" when there is "final". [1] https://github.com/google/styleguide/blob/gh-pages/cpplint/cpplint.py -- Regards, Konstantin _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

