rubocop-lts/rspec.yml in rubocop-ruby2_2-2.0.3 vs rubocop-lts/rspec.yml in rubocop-ruby2_2-2.0.4
- 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/**/*'