Skip to content

Commit

Permalink
Ignore line length in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Dec 25, 2024
1 parent 0efe755 commit fc45f80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@
<rule ref="Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps">
<severity>0</severity>
</rule>
<rule ref="Generic.Files.LineLength.MaxExceeded">
<exclude-pattern>test/*.php</exclude-pattern>
</rule>
</ruleset>

0 comments on commit fc45f80

Please sign in to comment.