.rubocop.yml in futex-0.4.3 vs .rubocop.yml in futex-0.5.0

- old
+ new

@@ -7,10 +7,10 @@ Layout/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: Max: 50 Metrics/MethodLength: - Max: 30 + Max: 40 Metrics/CyclomaticComplexity: Max: 10 Metrics/PerceivedComplexity: Max: 10 Metrics/ParameterLists: