.rubocop.yml in frise-0.3.0 vs .rubocop.yml in frise-0.4.0
- old
+ new
@@ -1,8 +1,10 @@
AllCops:
TargetRubyVersion: '2.3'
+Layout/EmptyLineAfterGuardClause:
+ Enabled: false
Metrics:
Enabled: false
-Naming/UncommunicativeBlockParamName:
+Naming/BlockParameterName:
Enabled: false
-Naming/UncommunicativeMethodParamName:
+Naming/MethodParameterName:
Enabled: false