Skip to content

Commit

Permalink
Update phpcs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Aug 31, 2024
1 parent 194a0f6 commit 6dee8cc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,8 @@
<exclude name="WordPress.Files.FileName.InvalidClassFileName"/>
</rule>

<rule ref="PEAR">
<exclude name="PEAR.ControlStructures.MultiLineCondition.SpacingAfterOpenBrace"/>
<exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
</rule>

<rule ref="Generic">
<exclude name="Generic.Arrays.DisallowShortArraySyntax.Found"/>
<exclude name="Generic.Files.LineLength.TooLong"/>
<exclude name="Generic.Formatting.NoSpaceAfterCast.SpaceFound"/>
<exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed"/>
</rule>

<rule ref="Squiz.PHP">
Expand Down

0 comments on commit 6dee8cc

Please sign in to comment.