.rubocop.yml in key_tree-0.5.0 vs .rubocop.yml in key_tree-0.5.1

- old
+ new

@@ -3,5 +3,10 @@ - 'spec/*_spec.rb' Style/BlockDelimiters: Exclude: - 'spec/*_spec.rb' + +# Rubocop 0.56 causes false positives +# https://github.com/bbatsov/rubocop/issues/5887 +Lint/SplatKeywordArguments: + Enabled: false