.rubocop.yml in zhong-0.1.5 vs .rubocop.yml in zhong-0.1.6

- old
+ new

@@ -72,11 +72,11 @@ Enabled: true Style/AndOr: Enabled: false -Style/TrailingComma: +Style/TrailingCommaInLiteral: Enabled: true Style/SpaceBeforeComma: Enabled: true @@ -96,11 +96,11 @@ Enabled: true Style/SpaceAfterComma: Enabled: true -Style/SpaceAfterControlKeyword: +Style/SpaceAroundKeyword: Enabled: true Style/SpaceAfterNot: Enabled: true @@ -161,11 +161,11 @@ Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Metrics/CyclomaticComplexity: - Max: 8 + Max: 10 Metrics/LineLength: Max: 128 Metrics/MethodLength: @@ -211,6 +211,9 @@ Metrics/ParameterLists: Enabled: false Metrics/PerceivedComplexity: + Enabled: false + +Style/Documentation: Enabled: false