-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
282 additions
and
149 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
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 |
---|---|---|
@@ -1,32 +1,14 @@ | ||
<?xml version="1.0"?> | ||
|
||
<ruleset name="WordPress Pay MemberPress rules"> | ||
<config name="minimum_supported_wp_version" value="4.7" /> | ||
|
||
<config name="testVersion" value="5.6-" /> | ||
|
||
<file>.</file> | ||
|
||
<arg name="colors"/> | ||
<arg name="extensions" value="php" /> | ||
<arg name="parallel" value="8" /> | ||
<arg value="sp" /> | ||
|
||
<exclude-pattern>node_modules/*</exclude-pattern> | ||
<exclude-pattern>tests/bootstrap.php</exclude-pattern> | ||
<exclude-pattern>tests/wp-config.php</exclude-pattern> | ||
<exclude-pattern>vendor/*</exclude-pattern> | ||
<exclude-pattern>wordpress/*</exclude-pattern> | ||
<exclude-pattern type="relative">^wp-content/*</exclude-pattern> | ||
|
||
<rule ref="PHPCompatibilityWP" /> | ||
|
||
<rule ref="WordPress"> | ||
<exclude name="Generic.Files.LowercasedFilename.NotFound" /> | ||
|
||
<rule ref="PronamicWP"> | ||
<exclude name="WordPress.DB.SlowDBQuery.slow_db_query_meta_query" /> | ||
|
||
<exclude name="WordPress.Files.FileName.InvalidClassFileName" /> | ||
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" /> | ||
<exclude name="WordPressVIPMinimum.Performance.NoPaging.nopaging_nopaging" /> | ||
</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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.