.rubocop.yml in cryptum-0.0.397 vs .rubocop.yml in cryptum-0.0.398

- old
+ new

@@ -1,35 +1,27 @@ AllCops: UseCache: false NewCops: enable -Layout: - Max: 3000 Layout/LineLength: - Max: 256 + Max: 250 Lint/UselessRescue: Enabled: false Metrics/AbcSize: - Max: 512 + Max: 393 Metrics/BlockLength: - Max: 256 + Max: 138 Metrics/BlockNesting: - Max: 4 + Max: 3 Metrics/ClassLength: - Max: 512 -Metrics/CyclomaticComplexity: Max: 128 +Metrics/CyclomaticComplexity: + Max: 75 Metrics/MethodLength: - Max: 512 + Max: 397 Metrics/ModuleLength: - Max: 1024 + Max: 407 Metrics/PerceivedComplexity: - Max: 128 -Style/HashEachMethods: - Enabled: true + Max: 75 Style/HashSyntax: EnforcedShorthandSyntax: never -Style/HashTransformKeys: - Enabled: true -Style/HashTransformValues: - Enabled: true inherit_from: .rubocop_todo.yml