.rubocop.yml in lifeform-0.9.0 vs .rubocop.yml in lifeform-0.10.0

- old
+ new

@@ -3,9 +3,11 @@ - rubocop-rake AllCops: TargetRubyVersion: 2.7 NewCops: enable + Exclude: + - lib/lifeform/phlex_renderable.rb Lint/MissingSuper: Enabled: false Metrics/AbcSize: