Changeset 45455
- Timestamp:
- 05/28/2019 12:25:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r44955 r45455 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
Note: See TracChangeset
for help on using the changeset viewer.