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

- old
+ new

@@ -1,22 +1,8 @@ inherit_from: - https://relaxed.ruby.style/rubocop.yml -require: rubocop-rspec +AllCops: + TargetRubyVersion: 2.4 Metrics/BlockLength: - Enabled: false - -Layout/IndentHash: - EnforcedStyle: consistent - -RSpec/ExampleLength: - Enabled: false - -Layout/ClosingParenthesisIndentation: - Enabled: false - -Layout/FirstParameterIndentation: - EnforcedStyle: consistent - -RSpec/NestedGroups: Enabled: false