On 2013-05-24 11:46 AM, Benoit Girard wrote:
On Fri, May 24, 2013 at 10:30 AM, Benjamin Smedberg
<benja...@smedbergs.us>wrote:

* Automated tools: mhoye has identified lack of automated review as one of
our biggest blockers to getting more mentors involved and having successful
mentoring for new volunteers. It turns out that nobody wants to mentor bugs
when most of the interaction involves "please fix this
whitespace/style/etc". cc'ing him so he can provide more details.


I've got some patches that import webkit's check-style script to check the
style[1]. It just runs regex rather then doing a real parse of the code but
importing it turns out to be a low effort/high reward. I've already started
working on a robot to post to bugzilla. Perhaps later we can replace it
with a more intelligent tool.

Another option is to use clang-format, which can lexically parse diff files.

Ehsan

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to