Update ruleset.xml

This commit is contained in:
grandeljay 2022-05-29 11:15:37 +02:00
parent 083d84fc13
commit 48e8c8a1af

View file

@ -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' />