Skip to content

Commit

Permalink
fix phpcs ruleset notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jun 7, 2023
1 parent be23fb2 commit 6170be9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<file>integrations/</file>
<file>config/</file>

<config name="minimum_supported_wp_version" value="4.6"/>

<exclude-pattern>**/*.js</exclude-pattern>

<rule ref="WordPress-Core">
Expand All @@ -31,12 +33,6 @@
</properties>
</rule>

<rule ref="WordPress.WP.DeprecatedFunctions">
<properties>
<property name="minimum_supported_version" value="4.6"/>
</properties>
</rule>

<rule ref="WordPress.Files.FileName">
<properties>
<property name="strict_class_file_names" value="false"/>
Expand Down

0 comments on commit 6170be9

Please sign in to comment.