rubocop: Further alphabetization, M comes before N

This commit is contained in:
Issy Long 2023-03-03 23:33:38 +00:00
parent f2e21d5c1e
commit 72a694d9cb
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -395,6 +395,10 @@ Style/HashAsLastArrayItem:
- "/**/Formula/**/*.rb"
- "**/Formula/**/*.rb"
# would rather freeze too much than too little
Style/MutableConstant:
EnforcedStyle: strict
# Zero-prefixed octal literals are widely used and understood.
Style/NumericLiteralPrefix:
EnforcedOctalStyle: zero_only
@ -471,7 +475,3 @@ Style/UnlessLogicalOperators:
# a bit confusing to non-Rubyists but useful for longer arrays
Style/WordArray:
MinSize: 4
# would rather freeze too much than too little
Style/MutableConstant:
EnforcedStyle: strict