Ticket #47411: 47411.diff
File 47411.diff, 762 bytes (added by , 6 years ago) |
---|
-
phpcs.xml.dist
154 154 <exclude-pattern>/wp-tests-config-sample\.php</exclude-pattern> 155 155 </rule> 156 156 157 <!-- Exclude checking of line endings when reporting errors, but fix them when running phpcbf. 158 Git and SVN manage these pretty well cross-platform as "native". 159 Whitelist configuration files. --> 157 160 <rule ref="Generic.Files.LineEndings"> 158 161 <exclude-pattern>/wp-config\.php</exclude-pattern> 159 162 <exclude-pattern>/wp-config-sample\.php</exclude-pattern> 163 <exclude phpcs-only="true" name="Generic.Files.LineEndings"/> 160 164 </rule> 161 165 162 166 <!-- WPCS1620: template.php isn't a template tag file. -->