Update ruleset.xml
This commit is contained in:
parent
083d84fc13
commit
48e8c8a1af
1 changed files with 2 additions and 1 deletions
|
@ -1,13 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<ruleset name="wishthis">
|
||||
<description>PSR-12 conding standard with some WordPress flavour.</description>
|
||||
<description>PSR-12 coding standard with some WordPress flavour.</description>
|
||||
|
||||
<!-- Include the whole PSR12 standard -->
|
||||
<rule ref="PSR12" />
|
||||
|
||||
<!-- Include some rules I want to enforce -->
|
||||
<rule ref='Generic.Arrays.DisallowShortArraySyntax.Found' />
|
||||
<rule ref='Generic.Commenting.DocComment.ShortNotCapital' />
|
||||
<rule ref='Generic.Formatting.MultipleStatementAlignment.IncorrectWarning' />
|
||||
<rule ref='Generic.Formatting.MultipleStatementAlignment.NotSameWarning' />
|
||||
<rule ref='PEAR.Functions.FunctionCallSignature.CloseBracketLine' />
|
||||
|
|
Loading…
Reference in a new issue