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

- old
+ new

@@ -2,5 +2,8 @@ rubocop-config-umbrellio: lib/rubocop.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.5 + +Naming/MemoizedInstanceVariableName: + Enabled: false