open-feature / ruby-sdk

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

Only run Rubocop once #30

Closed technicalpickles closed 1 year ago

technicalpickles commented 1 year ago

I was looking at the Checks, and was surprised there were 29 for each commit 🤯

CleanShot 2022-11-13 at 15 11 39

Example: https://github.com/open-feature/ruby-sdk/actions/runs/3447612742/jobs/5753802020

While Rubocop can have multiple targets, it should be sufficient to target it at the lowest version that is supported. Rubocop would not have different results on different platforms either.

This would reduce checks from 29 to 21.