.rubocop.yml in hako-2.14.0 vs .rubocop.yml in hako-2.15.0
- old
+ new
@@ -1,13 +1,16 @@
inherit_from: .rubocop_todo.yml
AllCops:
DisplayCopNames: true
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.5
+ NewCops: disable
Layout/FirstArgumentIndentation:
Enabled: false
+Layout/LineLength:
+ Enabled: false
Naming/PredicateName:
Enabled: false
Naming/MethodParameterName:
Enabled: false
@@ -32,9 +35,11 @@
'%w': '[]'
'%i': '[]'
Style/RaiseArgs:
EnforcedStyle: compact
Style/SignalException:
+ Enabled: false
+Style/SoleNestedConditional:
Enabled: false
Style/StderrPuts:
Enabled: false
Style/TrailingCommaInArguments:
Enabled: false