issues
search
SOA-01
/
WanderWise
SOA 2024 UPSTART "Trip Planner"
0
stars
1
forks
source link
UPSTART 02: Testing, Tooling, Refactoring
#7
Open
jerry914
opened
2 weeks ago
jerry914
commented
2 weeks ago
Tasks Overview
Create a library project: ✅
Update project structure: ✅
Stub web tests with VCR + WebMock: ✅
Check test coverage: ❌ Please include the coverage/.resultset.json file.
Create Rake tasks: ✅
Fix code smells: ❌ Please run reek to detect and fix code smells.
Rubocop Offenses
Multiple files have the following issues:
Naming/FileName: Use snake_case for file names.
Style/Documentation: Missing top-level documentation for classes/modules.
Layout/TrailingWhitespace: Remove trailing whitespace.
Layout/TrailingEmptyLines: Add a final newline.
Metrics/AbcSize: Methods are too complex; simplify them.
Other Comments
Suggestion: Move spec.rb to the spec/ folder or delete it if unnecessary.
Tasks Overview
Rubocop Offenses
Other Comments