umn-asr / peoplesoft_course_class_data

0 stars 0 forks source link

Address `reek` warnings #73

Open morse255 opened 3 days ago

morse255 commented 3 days ago

The reek gem was added as part of PR #71. However, most/all of the warnings are currently silenced by the .reek.yml file in the project root directory. This file was added because reek found over one hundred issues with the existing codebase.

Fix the reek issues and remove or modify the .reek.yml file accordingly.