Ignore mixed line-endings warnings

This commit is contained in:
IanDelMar 2023-03-07 16:30:06 +01:00
parent 6562b0bff6
commit 63deab136b
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@
<exclude phpcs-only="true" name="Generic.Files.LineEndings"/>
</rule>
<!-- Ignore mixed line-endings warnings -->
<rule ref="Internal.LineEndings.Mixed">
<severity>0</severity>
</rule>
<!-- Use the WPThemeReview Ruleset -->
<rule ref="WPThemeReview" />