.rubocop.yml in test_diff-0.3.4 vs .rubocop.yml in test_diff-0.4.0

- old
+ new

@@ -1,5 +1,16 @@ +AllCops: + Exclude: + - 'test/fixture/**/*' + Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 20 + +Metrics/BlockLength: + Exclude: + - 'test/**/*' + +Style/PercentLiteralDelimiters: + Enabled: false \ No newline at end of file