Skip to content

Commit

Permalink
rubocop: Further alphabetization, M comes before N
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Mar 3, 2023
1 parent 4d99d48 commit 86ccd1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,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
Expand Down Expand Up @@ -476,7 +480,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

0 comments on commit 86ccd1c

Please sign in to comment.