Skip to content

Commit 4720b15

Browse files
Adding example of newly note file generated in case of P001 (mismatched versions)
1 parent fb89a1a commit 4720b15

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

data/examples/notes_example.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"total_notes": 1,
3+
"notes": [
4+
{
5+
"repository": "SoftwareUnderstanding/RsMetaCheck",
6+
"file_name": "output_1.json",
7+
"code": "P001",
8+
"note": "Version discrepancy: metadata '0.3.2dev' vs release '0.3.1'"
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)