now trying code style for classes folder

This commit is contained in:
Fernando Ontiveros
2012-07-12 21:15:59 -04:00
parent be8694d69a
commit b4641ceaae

View File

@@ -102,8 +102,9 @@
<arg value="--report=checkstyle" /> <arg value="--report=checkstyle" />
<arg value="--report-file=${basedir}/build/logs/checkstyle.xml" /> <arg value="--report-file=${basedir}/build/logs/checkstyle.xml" />
<arg value="--standard=PSR2" /> <arg value="--standard=PSR2" />
<arg value="--l" />
<arg path="${basedir}/workflow/engine/methods/login" /> <arg path="${basedir}/workflow/engine/methods/login" />
<arg path="${basedir}/workflow/engine/methods/services" /> <arg path="${basedir}/workflow/engine/classes" />
</exec> </exec>
</target> </target>