.rubocop.yml in futex-0.6.0 vs .rubocop.yml in futex-0.6.1

- old
+ new

@@ -5,10 +5,12 @@ Layout/EmptyLineAfterGuardClause: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: - Max: 50 + Max: 60 +Metrics/BlockLength: + Max: 30 Metrics/MethodLength: Max: 40 Metrics/ClassLength: Max: 150 Metrics/CyclomaticComplexity: