.rubocop.yml in polariscope-0.1.3 vs .rubocop.yml in polariscope-0.2.0

- old
+ new

@@ -9,8 +9,20 @@ TargetRubyVersion: 3.0 RSpec/MultipleExpectations: Max: 5 +RSpec/NestedGroups: + Max: 5 + +RSpec/MultipleMemoizedHelpers: + Enabled: false + Style/FrozenStringLiteralComment: Exclude: - 'exe/polariscope' + +Rails/TimeZone: + Enabled: false + +Rails/Date: + Enabled: false