lxxxvi / ruboclean

Ruby gem that puts `.rubocop.yml` into order.
MIT License
18 stars 4 forks source link

Refactorings #34

Closed lxxxvi closed 6 months ago

lxxxvi commented 6 months ago

An attempt to restructure the code for simplicity.

It became unclear to me what purposes Ruboclean::RubocopConfiguration and Ruboclean::RubocopConfigurationPath had, so I moved the logic to Ruboclean::Runnerdirectly and removed the unclear classes for the time being.