.rubocop_todo.yml in danger-changelog-0.5.0 vs .rubocop_todo.yml in danger-changelog-0.6.0

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-12-20 16:02:35 -0500 using RuboCop version 0.61.1. +# on 2019-07-28 16:00:45 -0400 using RuboCop version 0.61.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. @@ -13,15 +13,10 @@ Layout/IndentHeredoc: Exclude: - 'lib/changelog/plugin.rb' # Offense count: 1 -Lint/DuplicateMethods: - Exclude: - - 'lib/changelog/config.rb' - -# Offense count: 1 # Configuration parameters: ContextCreatingMethods, MethodCreatingMethods. Lint/UselessAccessModifier: Exclude: - 'lib/changelog/changelog_line/changelog_line_parser.rb' @@ -34,10 +29,10 @@ Naming/PredicateName: Exclude: - 'spec/**/*' - 'lib/changelog/plugin.rb' -# Offense count: 3 +# Offense count: 1 Style/DoubleNegation: Exclude: - 'lib/changelog/changelog_file.rb' # Offense count: 1