spec/.rubocop.yml in mini_kraken-0.2.03 vs spec/.rubocop.yml in mini_kraken-0.2.04
- old
+ new
@@ -1,9 +1,9 @@
inherit_from: ../.rubocop.yml
# RSpec expectation lines can be very lenghty
Layout/LineLength:
- Max: 99
+ Max: 90
# RSpec contexts can be very lenghty
Metrics/BlockLength:
Max: 1000
\ No newline at end of file