From 58fae54022fc6294e70efee02ea19ace4543b8ac Mon Sep 17 00:00:00 2001 From: Nick Elser Date: Thu, 6 Oct 2016 10:22:29 -0700 Subject: [PATCH] Minor style fixes. --- .rubocop.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 967bcd7..bb17161 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -74,7 +74,7 @@ Style/SpaceInsideBrackets: Style/AndOr: Enabled: false -Style/TrailingComma: +Style/TrailingCommaInLiteral: Enabled: true Style/SpaceBeforeComma: @@ -98,7 +98,7 @@ Style/SpaceAfterColon: Style/SpaceAfterComma: Enabled: true -Style/SpaceAfterControlKeyword: +Style/SpaceAroundKeyword: Enabled: true Style/SpaceAfterNot: @@ -163,7 +163,7 @@ Style/StringLiterals: EnforcedStyle: double_quotes Metrics/CyclomaticComplexity: - Max: 8 + Max: 10 Metrics/LineLength: Max: 128 @@ -214,3 +214,6 @@ Metrics/ParameterLists: Metrics/PerceivedComplexity: Enabled: false + +Style/Documentation: + Enabled: false