Skip to content

Commit f80f0f9

Browse files
committed
Working code with logger messages
1 parent 07d7429 commit f80f0f9

File tree

10 files changed

+20527
-0
lines changed

10 files changed

+20527
-0
lines changed

students/visokoo/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*/activity/
22
.DS_Store
33
.vscode
4+
*.zip
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Grading
2+
=======
3+
4+
The assignment is grade by looking for:
5+
6+
- Error message for typo in input JSON file.
7+
- Error message for quantity = 0 in any of the rentals.
8+
- Warning for rentals missing end_date.
9+
- And others...
10+
2. Run linting using the regular batch file.

0 commit comments

Comments
 (0)