Fix: avoid error

This commit is contained in:
Regis Houssin 2012-09-28 16:24:54 +02:00
parent b994eeb15f
commit 265c2a4be4

View File

@ -3,14 +3,6 @@
<ruleset name="Dolibarr">
<description>Dolibarr coding standard.</description>
<!--
You can hard-code ignore patterns directly into your
custom standard so you don't have to specify the
patterns on the command line.
The following two tags are equivalent to the command line
argument: --ignore=*/tests/*,*/data/*
-->
<exclude-pattern>*/conf/*</exclude-pattern>
<exclude-pattern>*/filemanagerdol/*</exclude-pattern>
<exclude-pattern>*/includes/*</exclude-pattern>