From 7aa4c2a9e3107cc108448680d26b29ba63657b48 Mon Sep 17 00:00:00 2001 From: Joseph Yaworski Date: Sun, 20 Mar 2016 18:38:07 -0400 Subject: Update from voxpupuli modulesync_config --- .rubocop.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 7c24c48..819bbd8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -26,18 +26,20 @@ Metrics/AbcSize: Metrics/MethodLength: Enabled: false +# Module length is not necessarily an indicator of code quality +Metrics/ModuleLength: + Enabled: false + # Class length is not necessarily an indicator of code quality Metrics/ClassLength: Enabled: false # dealbreaker: -Style/TrailingComma: +Style/TrailingCommaInArguments: Enabled: false -Style/ClosingParenthesisIndentation: +Style/TrailingCommaInLiteral: Enabled: false - -# we still support ruby 1.8 -Style/HashSyntax: +Style/ClosingParenthesisIndentation: Enabled: false Lint/AmbiguousRegexpLiteral: -- cgit v1.2.3