0
0
Fork 0

Promote Style/WordArray rule out of todo into main config (#33580)

This commit is contained in:
Matt Jankowski 2025-01-15 09:29:14 -05:00 committed by GitHub
parent ea01ecd441
commit c20824fa76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View file

@ -58,3 +58,6 @@ Style/TrailingCommaInArrayLiteral:
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma
Style/WordArray:
MinSize: 3 # Override default of 2