.rubocop_todo.yml in telegram-bot-ruby-0.7.0 vs .rubocop_todo.yml in telegram-bot-ruby-0.7.1

- old
+ new

@@ -3,8 +3,11 @@ # 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. +Metrics/MethodLength: + Max: 11 + # Offense count: 15 Style/Documentation: Enabled: false