Skip to content

Commit

Permalink
Update line length rule to be a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
iodic committed Dec 10, 2024
1 parent 0622d3d commit e6ef4d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<property name="lineLimit" value="80"/>
<property name="absoluteLineLimit" value="80"/>
</properties>
<type>warning</type>
<severity>4</severity>
</rule>

<!-- Ensure proper function argument formatting with spaces after commas -->
Expand Down

0 comments on commit e6ef4d8

Please sign in to comment.