.rubocop.yml in cryptum-0.0.424 vs .rubocop.yml in cryptum-0.0.425

- old
+ new

@@ -4,24 +4,24 @@ Layout/LineLength: Max: 293 Lint/UselessRescue: Enabled: false Metrics/AbcSize: - Max: 393 + Max: 410 Metrics/BlockLength: Max: 138 Metrics/BlockNesting: Max: 3 Metrics/ClassLength: Max: 128 Metrics/CyclomaticComplexity: - Max: 77 + Max: 80 Metrics/MethodLength: Max: 397 Metrics/ModuleLength: Max: 407 Metrics/PerceivedComplexity: - Max: 77 + Max: 80 Style/HashSyntax: EnforcedShorthandSyntax: never inherit_from: .rubocop_todo.yml