.rubocop.yml in
fasterer-0.1.12
vs .rubocop.yml in
fasterer-0.2.0
- old
+ new
@@ -1,4 +1,6 @@
+LineLength:
+ Max: 100
AllCops: Include: - '**/Rakefile' Exclude: - 'spec/support/**/*'