.rubocop_todo.yml in lolcommits-0.16.1 vs .rubocop_todo.yml in lolcommits-0.16.2

- old
+ new

@@ -48,19 +48,19 @@ Exclude: - 'lib/lolcommits/cli/process_runner.rb' # Offense count: 18 Metrics/AbcSize: - Max: 29 + Max: 35 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 144 # Offense count: 5 Metrics/CyclomaticComplexity: - Max: 9 + Max: 10 # Offense count: 21 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 24