RE: codestyle checker?

2013-07-16 Thread Donal Lafferty
Subject: RE: codestyle checker? No tool I know of, just nice idea to write one. Some projects have such tools, for example golang has gofmt to format code as per a convention, but even then there are hacks :P [Donal Lafferty] I'll share anything that I come up with. Try to read

Re: codestyle checker?

2013-07-16 Thread Chip Childers
[mailto:donal.laffe...@citrix.com] Sent: 08 July 2013 10:15 AM To: dev@cloudstack.apache.org Subject: RE: codestyle checker? No tool I know of, just nice idea to write one. Some projects have such tools, for example golang has gofmt to format code as per a convention, but even

RE: codestyle checker?

2013-07-08 Thread Donal Lafferty
No tool I know of, just nice idea to write one. Some projects have such tools, for example golang has gofmt to format code as per a convention, but even then there are hacks :P [Donal Lafferty] I'll share anything that I come up with. Try to read and remember the convention and adapt