.rubocop.yml in kitkat-0.0.1 vs .rubocop.yml in kitkat-0.0.2

- old
+ new

@@ -1,9 +1,16 @@ +require: + - rubocop-rake + - rubocop-rspec + AllCops: NewCops: enable TargetRubyVersion: 2.6 Exclude: - bin/* - vendor/bundle/**/* Metrics/MethodLength: Max: 20 + +RSpec/ExampleLength: + Max: 10