Skip to content
Snippets Groups Projects
Commit 44dde562 authored by Regis Houssin's avatar Regis Houssin
Browse files

regression and add slash at end

parent d8a0fed0
No related branches found
No related tags found
No related merge requests found
...@@ -3,18 +3,6 @@ ...@@ -3,18 +3,6 @@
<ruleset name="Dolibarr"> <ruleset name="Dolibarr">
<description>Dolibarr coding standard.</description> <description>Dolibarr coding standard.</description>
<exclude-pattern>*/conf/*</exclude-pattern>
<exclude-pattern>*/filemanagerdol/*</exclude-pattern>
<exclude-pattern>*/includes/*</exclude-pattern>
<exclude-pattern>*/includes/nusoap/*</exclude-pattern>
<exclude-pattern>*/includes/nusoap/lib/*</exclude-pattern>
<exclude-pattern>*/includes/nusoap/lib/Mail/*</exclude-pattern>
<exclude-pattern>*/PEAR/*</exclude-pattern>
<exclude-pattern>*/NET/*</exclude-pattern>
<exclude-pattern>*/HTTP/*</exclude-pattern>
<exclude-pattern>*/zendgdata/*</exclude-pattern>
<exclude-pattern>*/reportico/*</exclude-pattern>
<!-- List of all tests --> <!-- List of all tests -->
<rule ref="Generic.CodeAnalysis.EmptyStatement" /> <rule ref="Generic.CodeAnalysis.EmptyStatement" />
......
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
<target name="phpcs"> <target name="phpcs">
<exec executable="phpcs" dir="${basedir}"> <exec executable="phpcs" dir="${basedir}">
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml <arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
--ignore=${basedir}/htdocs/conf/,${basedir}/htdocs/core/filemanagerdol/,${basedir}/htdocs/includes/
--report=checkstyle --report=checkstyle
--report-file=${basedir}/hudson/logs/checkstyle.xml --report-file=${basedir}/hudson/logs/checkstyle.xml
-v -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment