Skip to content

Commit

Permalink
Remove line length checks in phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 28, 2018
1 parent 1f50581 commit 6a9aa9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<exclude name="Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed" />
</rule>

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

<rule ref="PEAR">
<exclude name="Generic.Commenting.DocComment.ShortNotCapital" />
<exclude name="Generic.Commenting.DocComment.SpacingAfter" />
Expand Down

0 comments on commit 6a9aa9f

Please sign in to comment.