From f2f3683449485aa47d2cc0b2373d53853ee4d889 Mon Sep 17 00:00:00 2001 From: William Johnston Date: Thu, 10 Mar 2016 15:05:21 -0600 Subject: [PATCH] Clarify meaning of sections in rubocop config --- .rubocop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 7a95cbaf..d977021f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -15,10 +15,6 @@ Style/StringLiterals: EnforcedStyle: double_quotes Style/TrivialAccessors: AllowPredicates: true - -# Need discussion -Style/Documentation: - Enabled: false Style/PercentLiteralDelimiters: Enabled: false Style/SingleLineBlockParams: @@ -26,6 +22,10 @@ Style/SingleLineBlockParams: Style/ModuleFunction: Enabled: false +# Enable someday +Style/Documentation: + Enabled: false + # Needs refactors Metrics/PerceivedComplexity: Enabled: false