.rubocop_todo.yml in danger-changelog-0.1.0 vs .rubocop_todo.yml in danger-changelog-0.2.0

- old
+ new

@@ -1,21 +1,21 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2016-08-26 16:59:39 -0400 using RuboCop version 0.42.0. +# on 2016-11-21 18:59:46 -0500 using RuboCop version 0.43.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: 2 +# Offense count: 1 Metrics/AbcSize: - Max: 18 + Max: 19 -# Offense count: 26 +# Offense count: 40 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: - Max: 240 + Max: 254 # Offense count: 3 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 14