Skip to content

Commit

Permalink
Ignore certain plugins temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Shyamsundar Gadde <[email protected]>
  • Loading branch information
ShyamGadde committed Jan 9, 2025
1 parent f9eb45e commit 6106a32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion plugins/dominant-color-images/phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<ruleset name="WPP-DominantColorImages">
<description>WordPress Coding Standards for Image Placeholders Plugin</description>

<rule ref="../../tools/phpcs/phpcs.ruleset.xml"/>
<rule ref="../../tools/phpcs/phpcs.ruleset.xml">
<exclude name="WPP.PHP.RestrictedEmptyConstruct.EmptyConstructUsage" />
</rule>

<config name="text_domain" value="dominant-color-images,default"/>

Expand Down
5 changes: 4 additions & 1 deletion plugins/performance-lab/phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0"?>
<ruleset name="WPP-PerformanceLab">
<description>WordPress Coding Standards for the Performance Lab Plugin</description>
<rule ref="../../tools/phpcs/phpcs.ruleset.xml"/>

<rule ref="../../tools/phpcs/phpcs.ruleset.xml">
<exclude name="WPP.PHP.RestrictedEmptyConstruct.EmptyConstructUsage" />
</rule>

<config name="text_domain" value="performance-lab,default"/>

Expand Down
4 changes: 3 additions & 1 deletion plugins/webp-uploads/phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<ruleset name="WPP-WebPUploads">
<description>WordPress Coding Standards for Modern Image Formats Plugin</description>

<rule ref="../../tools/phpcs/phpcs.ruleset.xml"/>
<rule ref="../../tools/phpcs/phpcs.ruleset.xml">
<exclude name="WPP.PHP.RestrictedEmptyConstruct.EmptyConstructUsage" />
</rule>

<config name="text_domain" value="webp-uploads"/>

Expand Down

0 comments on commit 6106a32

Please sign in to comment.