troessner / reek

Code smell detector for Ruby
https://github.com/troessner/reek
MIT License
4k stars 279 forks source link

Rename Code Climate related classes #1735

Closed mvz closed 8 months ago

mvz commented 8 months ago

The Code Climate classes were living under the Report namespace but did not all implement report classes. With this change, they are moved to the CodeClimate namespace instead. They are also moved to the lib/reek/code_climate directory to put their file names in line with their namespace name.

The spec files are moved as well, fixing an outstanding RSpec/SpecFilePathFormat offense.

troessner commented 8 months ago

Nice, I just wanted to look in the Rspec related rubocop failure that popped up in our other PRs but I see you fixed this here as well, merging!