.rubocop.yml in rubocop-md-0.4.1 vs .rubocop.yml in rubocop-md-1.0.0

- old
+ new

@@ -11,10 +11,11 @@ - 'Rakefile' - 'Gemfile' - '*.gemspec' DisplayCopNames: true StyleGuideCopsOnly: false - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.5 + SuggestExtensions: false Style/Documentation: Exclude: - 'test/**/*.rb'