Skip to content

Commit

Permalink
Disable phpcs rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Aug 31, 2024
1 parent 8b99c43 commit 76075de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
</rule>

<rule ref="Generic">
<exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed"/>
<exclude name="Generic.Files.LineLength.TooLong"/>
</rule>

<rule ref="Squiz.PHP">
<exclude name="Squiz.PHP.CommentedOutCode.Found"/>
<exclude name="Squiz.PHP.GlobalKeyword.NotAllowed"/>
Expand Down

0 comments on commit 76075de

Please sign in to comment.