.rubocop.yml in cryptum-0.0.454 vs .rubocop.yml in cryptum-0.0.455

- old
+ new

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