Open jerry914 opened 3 days ago
README.md
self.class
build_entity
build_flights_entity
save_flight_info_to_yaml
WanderWise::FlightsMapper
check_api
spec/
Tasks Overview
README.md
RobuCop/Code Smell Offenses
self.class
called multiple times across methodsbuild_entity
,build_flights_entity
, andsave_flight_info_to_yaml
WanderWise::FlightsMapper
contains 18 methods, which exceeds the recommended limitOther Notes
check_api
function might be more suitable in thespec/
directory, as it appears unrelated to the presentation layer?