.rubocop.yml in cryptum-0.0.446 vs .rubocop.yml in cryptum-0.0.447

- old
+ new

@@ -4,24 +4,24 @@ Layout/LineLength: Max: 293 Lint/UselessRescue: Enabled: false Metrics/AbcSize: - Max: 444.5 + Max: 447.2 Metrics/BlockLength: Max: 138 Metrics/BlockNesting: Max: 4 Metrics/ClassLength: Max: 134 Metrics/CyclomaticComplexity: - Max: 88 + Max: 89 Metrics/MethodLength: Max: 418 Metrics/ModuleLength: Max: 428 Metrics/PerceivedComplexity: - Max: 86 + Max: 87 Style/HashSyntax: EnforcedShorthandSyntax: never inherit_from: .rubocop_todo.yml