diff --git a/dev/codesniffer/jenkins_ruleset.xml b/dev/codesniffer/jenkins_ruleset.xml
index 556bd7acfa9133111801a8ae597a2e51f7a82bb5..c9d75c45128a58963a394863078f81367b17ddd6 100755
--- a/dev/codesniffer/jenkins_ruleset.xml
+++ b/dev/codesniffer/jenkins_ruleset.xml
@@ -3,17 +3,9 @@
 <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>
+	<exclude-pattern>*/includes/ckeditor/*</exclude-pattern>
 	<exclude-pattern>*/PEAR/*</exclude-pattern>
 	<exclude-pattern>*/NET/*</exclude-pattern>
 	<exclude-pattern>*/HTTP/*</exclude-pattern>