You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the checkstyle pass (based in telefonica_checkstyle.xml ruleset) is not working. Although the pom.xml is supposedly configured to use it, it seems that mvn checkstyle:check uses the default sun_checks.xml ruleset.
I did an attemp of fixing it, but not sure if it's ok. I'm including it below, it could be a good starting point.
(Rasied in #151 (comment))
It seems that the checkstyle pass (based in telefonica_checkstyle.xml ruleset) is not working. Although the pom.xml is supposedly configured to use it, it seems that
mvn checkstyle:check
uses the default sun_checks.xml ruleset.I did an attemp of fixing it, but not sure if it's ok. I'm including it below, it could be a good starting point.
Ideally, checkstyle should be included in .travis.yml.
The text was updated successfully, but these errors were encountered: