thoughtbot / upcase

Sharpen your programming skills.
https://thoughtbot.com/upcase
MIT License
317 stars 37 forks source link

Fix `rake search:rebuild` task #2633

Closed smaboshe closed 2 months ago

smaboshe commented 2 months ago

The previous Standard formatting fixes broke rake search:rebuild. In it, we moved the constants to make them global.

This commit fixes the implementation of the rake task by updating how the constants are defined and used.