.rubocop_todo.yml in bcupgrade-0.2.0 vs .rubocop_todo.yml in bcupgrade-0.3.0

- old
+ new

@@ -1,29 +1,25 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-03-24 21:37:30 +0900 using RuboCop version 0.47.1. +# on 2017-03-29 17:12:14 +0900 using RuboCop version 0.47.1. # 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: 1 Metrics/AbcSize: - Max: 19 + Max: 16 # Offense count: 2 -# Configuration parameters: CountComments, ExcludedMethods. -Metrics/BlockLength: - Max: 92 - -# Offense count: 2 # Configuration parameters: CountComments. Metrics/MethodLength: - Max: 23 + Max: 17 -# Offense count: 2 +# Offense count: 3 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/bcupgrade.rb' - 'lib/bcupgrade/brew_cask.rb' + - 'lib/bcupgrade/cask.rb'