config/.base_rubocop.yml in fablicop-1.7.0 vs config/.base_rubocop.yml in fablicop-1.8.0
- old
+ new
@@ -114,9 +114,17 @@
# We don't care which style we should use.
Style/IfUnlessModifier:
Enabled: false
+# We don't care about the style of Arrays.
+Style/WordArray:
+ Enabled: false
+
+# We don't care about the style of Arrays.
+Style/SymbolArray:
+ Enabled: false
+
##################### Layout ##################################
# We sometimes want to put multiple spaces before arguments.
Layout/SpaceBeforeFirstArg:
Enabled: false
Layout/SpaceInLambdaLiteral: