.rubocop.yml in cryptum-0.0.443 vs .rubocop.yml in cryptum-0.0.444

- old
+ new

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