As a recommendations squad member
I need to see no vscode warnings on the base copy in the master branch
So that new code addition can be easily screened and qualified
Details and Assumptions
routes.py, models.py, and settings.json have Pylint warnings and unused code warnings
Acceptance Criteria
Given the master branch of recommendations
When I launch it in a container within VSCode
Then I should not see any "Problems"/VSCode warnings reported before I start modifying/adding code
As a recommendations squad member I need to see no vscode warnings on the base copy in the master branch So that new code addition can be easily screened and qualified
Details and Assumptions
routes.py, models.py, and settings.json have Pylint warnings and unused code warnings
Acceptance Criteria