.rubocop.yml in conifer-1.0.0 vs .rubocop.yml in conifer-1.1.0

- old
+ new

@@ -1,4 +1,10 @@ +require: + - rubocop-rspec + +AllCops: + TargetRubyVersion: 2.6 + Layout/LineLength: Max: 120 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented_relative_to_receiver