.rubocop.yml in rspec_in_context-1.0.1.2 vs .rubocop.yml in rspec_in_context-1.1.0

- old
+ new

@@ -16,9 +16,13 @@ - 'spec/**/*.rb' - 'Guardfile' - 'vendor/bundle' - '*.gemspec' +Style/GlobalVars: + Exclude: + - spec/rspec_in_context/in_context_spec.rb + Naming/MethodParameterName: Enabled: false Layout/DotPosition: Enabled: true