Skip to content

Commit

Permalink
Merge pull request GOCDB#468 from gregcorbett/line_length
Browse files Browse the repository at this point in the history
Add a check on line length to PHP Codesniffer
  • Loading branch information
gregcorbett authored Aug 25, 2023
2 parents 23146b7 + 7e13bf9 commit 13386c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@
-->
<rule ref="PSR12"/>

<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="80"/>
</properties>
</rule>

</ruleset>

0 comments on commit 13386c7

Please sign in to comment.