forked from krobinson395/ECE461Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmpFileFormat
More file actions
20 lines (17 loc) · 724 Bytes
/
tmpFileFormat
File metadata and controls
20 lines (17 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Line 1: GitHub URL
Line 2: Lines of code (integer number)
Line 3: Lines of documentation (integer number)
Line 4: Ramp up score (double value)
Line 5: Correctness score (double value)
Line 6: License (String containing license)
Line 7: Responsive Maintainer score (double value)
Line 8: Bus factor score (double value)
-------------------------------------------------------------------------------
NOTES:
-All lines should only contain the specified information
-Lines are denoted by a standard newline character
-Scores should be between [0,1]
-No extra spaces are needed on any given line
-Files will be called in order 1-8
-When writing to the file assume that parts above are completed
-Simply append to the file.