From 72a694d9cb45089d903bd709a212d4623f144c4e Mon Sep 17 00:00:00 2001 From: Issy Long Date: Fri, 3 Mar 2023 23:33:38 +0000 Subject: [PATCH] rubocop: Further alphabetization, M comes before N --- Library/.rubocop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 3e9a7a46c6..b748ea063e 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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