rubocop-lts/rspec.yml in rubocop-ruby3_0-2.0.4 vs rubocop-lts/rspec.yml in rubocop-ruby3_0-2.0.5

- old
+ new

@@ -5,5 +5,15 @@ inherit_gem: rspec-block_is_expected: rubocop.yml inherit_from: - strict/rspec.yml + +Style/MethodCallWithArgsParentheses: + Exclude: + - 'spec/**/*' + - 'test/**/*' + +Style/ClassAndModuleChildren: + Exclude: + - 'spec/**/*' + - 'test/**/*'