Skip to content

Commit

Permalink
**it works on my computer intensifies**
Browse files Browse the repository at this point in the history
  • Loading branch information
phalkmin committed Apr 18, 2024
1 parent d6dea87 commit 6778587
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0"?>

<file>admin.php</file>
<file>auto-post.php</file>
<file>gpt.php</file>

<ruleset name="Project Rules">
<rule ref="WordPress">
<!-- Any of `WordPress|WordPress-Core|WordPress-Docs|WordPress-Extra|WordPress-VIP-Go|WordPressVIPMinimum|10up-Default` -->
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
<file>admin.php</file>
<file>auto-post.php</file>
<file>gpt.php</file>
<rule ref="WordPress">
<!-- Any of `WordPress|WordPress-Core|WordPress-Docs|WordPress-Extra|WordPress-VIP-Go|WordPressVIPMinimum|10up-Default` -->
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
<exclude name="Generic.Commenting.DocComment.LongNotCapital" />
<exclude name="Squiz.Commenting.FunctionComment.Missing" />
<exclude name="Squiz.Commenting.FunctionComment.Missing" />
</rule>
</ruleset>
</rule>
</ruleset>

0 comments on commit 6778587

Please sign in to comment.