[aerogear-dev] JavaScript formatter

Karel Piwko kpiwko at redhat.com
Wed Oct 30 11:09:54 EDT 2013


There are PRs for a few months
for AEROGEAR-336: https://github.com/aerogear/aerogear-parent/pull/4 and
https://github.com/aerogear/aerogear-misc/pull/1 .

All that's needed is:
1/ Release new version of aerogear-misc
2/ Release new version of aerogear-parent
3/ Bump parent in all Maven based project

So far checkstyle only checks for unused imports, but the file itself can
easily be updated to accommodate your needs.

Karel

On Wed, 30 Oct 2013 15:24:58 +0100
Erik Jan de Wit <edewit at redhat.com> wrote:

> 
> On 30 Oct,2013, at 14:54 , Douglas Campos <qmx at qmx.me> wrote:
> 
> > On Wed, Oct 30, 2013 at 12:54:36PM +0100, Karel Piwko wrote:
> >> Not only JavaScript. For instance, it would be great to have Maven
> >> Checkstyle Plugin for Java/Android.
> > 
> > I actually did look on integrating checkstyle on our java projects. And
> > then I found out it's a regex-based check, so lots of false positives
> > and some deep annoyances. Just not worth it.
> > 
> 
> I think you got check style confused with an other tool because it works on
> an abstract syntax tree see http://checkstyle.sourceforge.net/config.html
> 
> +1 for enabling check style on java / android projects


More information about the aerogear-dev mailing list