Skip to content

Commit

Permalink
Ignore Drupal.Commenting.DocComment.MissingShort in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Dec 25, 2024
1 parent 9c7ee7c commit 7e8aac7
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 @@ -38,4 +38,7 @@
<rule ref="Generic.Files.LineLength.MaxExceeded">
<exclude-pattern>test/*.php</exclude-pattern>
</rule>
<rule ref="Drupal.Commenting.DocComment.MissingShort">
<exclude-pattern>test/*.php</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 7e8aac7

Please sign in to comment.