-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/develop' into fix/issue-1489-valueerror-clas…
…s-log # Conflicts: # tests/bootstrap.php
- Loading branch information
Showing
39 changed files
with
793 additions
and
665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0"?> | ||
<ruleset name="WordPress Coding Standards for WP Stream Tests"> | ||
<config name="ignore_warnings_on_exit" value="1" /><!-- FIXME --> | ||
|
||
<arg name="extensions" value="php" /> | ||
<arg name="colors" /> | ||
<arg value="sp" /><!-- Show sniff codes in all reports and progress. --> | ||
|
||
<rule ref="PHPCompatibilityWP" /> | ||
<config name="testVersion" value="8.1-" /> | ||
|
||
<rule ref="WordPress-Docs"> | ||
<type>warning</type><!-- FIXME Report but ignore for now. --> | ||
</rule> | ||
|
||
<rule ref="WordPress-Extra" /> | ||
|
||
<rule ref="WordPress-Core"> | ||
<exclude name="WordPress.Files.FileName.InvalidClassFileName" /> | ||
<exclude name="WordPress.WP.I18n.MissingTranslatorsComment" /> | ||
</rule> | ||
|
||
<rule ref="Squiz.Commenting"> | ||
<exclude name="Squiz.Commenting.FileComment.Missing" /> | ||
<exclude name="Squiz.Commenting.ClassComment.Missing" /> | ||
<exclude name="Squiz.Commenting.FunctionComment.Missing" /> | ||
<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment" /> | ||
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" /> | ||
<exclude name="Squiz.Commenting.VariableComment.Missing" /> | ||
</rule> | ||
|
||
<rule ref="Generic.CodeAnalysis"> | ||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCatch" /> | ||
</rule> | ||
</ruleset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.