opensearch-project / opensearch-ruby

Ruby Client for OpenSearch
Apache License 2.0
93 stars 47 forks source link

Added RuboCop. #165

Closed dblock closed 1 year ago

dblock commented 1 year ago

Description

Added RuboCop, target version is 2.5 which is our minimum Ruby. Ran rubocop -a ; rubocop --auto-gen-config.

I added it at top level. It changed a few files :)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.