open-feature / ruby-sdk

Ruby implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
23 stars 8 forks source link

Use Standardrb over Rubocop #74

Closed maxveldink closed 11 months ago

maxveldink commented 12 months ago

Standardrb is an opinionated formatter and linter built on top of Rubocop, drastically reducing the configuration needed to be maintained. It's widely adopted in the community, and I think it's a compelling alternative to using stock Rubocop and associated extensions, which we're currently doing.