Remove the PHPCS rule for method names as we'll keep them snake_case.

This commit is contained in:
Nestor Soriano 2020-09-28 09:43:54 +02:00
parent d687c0c919
commit 69b32246c1
1 changed files with 0 additions and 4 deletions

View File

@ -97,8 +97,4 @@
<rule ref="Squiz.Commenting.FileComment.Missing">
<exclude-pattern>tests/php/</exclude-pattern>
</rule>
<rule ref="WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid">
<exclude-pattern>src/</exclude-pattern>
</rule>
</ruleset>