.rubocop.yml in rubocop-minitest-0.15.2 vs .rubocop.yml in rubocop-minitest-0.16.0

- old
+ new

@@ -40,10 +40,11 @@ - test/**/* Metrics/ClassLength: Exclude: - test/**/* + - tasks/changelog.rb Layout/EndOfLine: EnforcedStyle: lf Layout/ClassStructure: @@ -82,9 +83,10 @@ Metrics/BlockLength: Exclude: - 'Rakefile' - '**/*.rake' - 'test/**/*.rb' + - 'rubocop-minitest.gemspec' Naming/FileName: Exclude: - lib/rubocop-minitest.rb