config/.base_rubocop.yml in fablicop-1.2.1 vs config/.base_rubocop.yml in fablicop-1.3.0
- old
+ new
@@ -99,9 +99,17 @@
# This style differs from the expression of SQL.
Style/NumericLiterals:
Exclude:
- "db/fixtures/*.rb"
+# We don't care which we use: #yield_self or #then
+Style/ObjectThen:
+ Enabled: false
+
+# We don't care using ENV.fetch or ENV.[]
+Style/FetchEnvVar:
+ Enabled: false
+
##################### Layout ##################################
# We sometimes want to put multiple spaces before arguments.
Layout/SpaceBeforeFirstArg:
Enabled: false
Layout/SpaceInLambdaLiteral: