.rubocop.yml in hako-2.12.0 vs .rubocop.yml in hako-2.13.0
- old
+ new
@@ -2,15 +2,15 @@
AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.3
-Layout/IndentFirstArgument:
+Layout/FirstArgumentIndentation:
Enabled: false
Naming/PredicateName:
Enabled: false
-Naming/UncommunicativeMethodParamName:
+Naming/MethodParameterName:
Enabled: false
Naming/MemoizedInstanceVariableName:
Enabled: false
Style/Alias: