.rubocop.yml in rubocop-md-0.0.1 vs .rubocop.yml in rubocop-md-0.1.0.pre

- old
+ new

@@ -36,5 +36,13 @@ Metrics/LineLength: Max: 100 Exclude: - 'test/**/*.rb' + +Metrics/MethodLength: + Exclude: + - 'test/**/*.rb' + +Metrics/ClassLength: + Exclude: + - 'test/**/*.rb'