-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump required PHP version to 7.4 or higher
- Loading branch information
1 parent
3178970
commit 7ee776f
Showing
6 changed files
with
1,040 additions
and
1,039 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,16 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<ruleset name="rules"> | ||
<description>Code standard rules for Mailchimp for WordPress</description> | ||
<arg name="colors" /> | ||
<file>mailchimp-for-wp.php</file> | ||
<file>includes/</file> | ||
<file>integrations/</file> | ||
<file>config/</file> | ||
<exclude-pattern>*\.(html|css|js)</exclude-pattern> | ||
<rule ref="Generic.Arrays.DisallowLongArraySyntax.Found"/> | ||
<rule ref="PSR12"> | ||
<exclude name="PSR1.Methods.CamelCapsMethodName" /> | ||
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" /> | ||
<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps" /> | ||
</rule> | ||
<description>Code standard rules for Mailchimp for WordPress</description> | ||
<arg name="colors" /> | ||
<file>mailchimp-for-wp.php</file> | ||
<file>uninstall.php</file> | ||
<file>includes/</file> | ||
<file>integrations/</file> | ||
<file>config/</file> | ||
<exclude-pattern>*\.(html|css|js|md|json|xml|sh)</exclude-pattern> | ||
<rule ref="Generic.Arrays.DisallowLongArraySyntax.Found"/> | ||
<rule ref="PSR12"> | ||
<exclude name="PSR1.Methods.CamelCapsMethodName" /> | ||
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" /> | ||
<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps" /> | ||
</rule> | ||
</ruleset> |
Oops, something went wrong.