.rubocop.yml in cryptum-0.0.450 vs .rubocop.yml in cryptum-0.0.451

- old
+ new

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