.rubocop.yml in cryptum-0.0.456 vs .rubocop.yml in cryptum-0.0.457

- old
+ new

@@ -4,24 +4,24 @@ Layout/LineLength: Max: 293 Lint/UselessRescue: Enabled: false Metrics/AbcSize: - Max: 486.2 + Max: 537.6 Metrics/BlockLength: Max: 138 Metrics/BlockNesting: Max: 4 Metrics/ClassLength: Max: 134 Metrics/CyclomaticComplexity: - Max: 93 + Max: 102 Metrics/MethodLength: - Max: 457 + Max: 485 Metrics/ModuleLength: - Max: 467 + Max: 495 Metrics/PerceivedComplexity: - Max: 91 + Max: 100 Style/HashSyntax: EnforcedShorthandSyntax: never inherit_from: .rubocop_todo.yml