forked from 10up/wpacceptance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
14 lines (14 loc) · 752 Bytes
/
phpcs.xml
File metadata and controls
14 lines (14 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<ruleset name="Project Rules">
<rule ref="10up-Default">
<exclude name="WordPress.PHP.DiscouragedPHPFunctions.runtime_configuration_ini_set" />
<exclude name="WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid" />
<exclude name="WordPress.WP.CapitalPDangit.Misspelled" />
<exclude name="WordPress.WP.AlternativeFunctions" />
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNotCapital" />
<exclude name="WordPress.PHP.DiscouragedPHPFunctions.runtime_configuration_putenv" />
<exclude name="WordPress.PHP.DiscouragedPHPFunctions.system_calls_exec" />
<exclude name="WordPress.PHP.NoSilencedErrors.Discouraged" />
<exclude name="PSR2.Methods.MethodDeclaration.Underscore" />
</rule>
</ruleset>