Update ruleset.xml
This commit is contained in:
parent
d0f29d227c
commit
e2f4cee620
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<ruleset name="wishthis">
|
||||
<ruleset name="PSR12-WordPress">
|
||||
<description>PSR-12 coding standard with some WordPress flavour.</description>
|
||||
|
||||
<!-- Include the whole PSR12 standard -->
|
||||
|
@ -13,6 +13,8 @@
|
|||
<rule ref='Generic.Formatting.MultipleStatementAlignment.NotSameWarning' />
|
||||
<rule ref='PEAR.Functions.FunctionCallSignature.CloseBracketLine' />
|
||||
<rule ref='PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket' />
|
||||
<rule ref='WordPress.Arrays.ArrayIndentation.ItemNotAligned' />
|
||||
<rule ref='WordPress.Arrays.CommaAfterArrayItem.NoComma' />
|
||||
<rule ref='WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned' />
|
||||
<rule ref='WordPress.PHP.StrictComparisons.LooseComparison' />
|
||||
<rule ref='WordPress.PHP.YodaConditions.NotYoda' />
|
||||
|
|
Loading…
Reference in a new issue