.rubocop_todo.yml in message-driver-0.6.1 vs .rubocop_todo.yml in message-driver-0.7.0

- old
+ new

@@ -1,16 +1,22 @@ -# This configuration was generated by `rubocop --auto-gen-config` -# on 2014-11-12 20:52:38 -0600 using RuboCop version 0.27.1. +# This configuration was generated by +# `rubocop --auto-gen-config` +# on 2016-12-06 13:04:29 -0600 using RuboCop version 0.46.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 8 +# Offense count: 9 Metrics/AbcSize: Enabled: false +# Offense count: 1 +# Configuration parameters: CountComments. +Metrics/BlockLength: + Enabled: false + # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Enabled: false @@ -21,32 +27,18 @@ # Offense count: 17 # Configuration parameters: CountComments. Metrics/MethodLength: Enabled: false +# Offense count: 7 +# Configuration parameters: CountComments. +Metrics/ModuleLength: + Enabled: false + # Offense count: 3 Metrics/PerceivedComplexity: Enabled: false -# Offense count: 10 +# Offense count: 13 # Configuration parameters: MinBodyLength. Style/GuardClause: - Enabled: false - -# Offense count: 1 -Style/ModuleFunction: - Enabled: false - -# Offense count: 1 -Style/MultilineBlockChain: - Enabled: false - -# Offense count: 1 -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/RaiseArgs: - Enabled: false - -# Offense count: 3 -# Cop supports --auto-correct. -# Configuration parameters: IgnoredMethods. -Style/SymbolProc: Enabled: false