.rubocop.yml in stream_lines-0.1.0 vs .rubocop.yml in stream_lines-0.2.0

- old
+ new

@@ -5,10 +5,10 @@ Metrics/BlockLength: Exclude: - 'spec/**/*.rb' -Metrics/LineLength: +Layout/LineLength: Max: 99 Style/Documentation: Enabled: false