Skip to content

Commit 8dd621b

Browse files
gt update source files
1 parent 2252669 commit 8dd621b

1 file changed

Lines changed: 27 additions & 120 deletions

File tree

docs/ground_truth/summary_pitfalls_warnings.json

Lines changed: 27 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"pitfalls": {},
369369
"warnings": {
370370
"W001": {
371-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
371+
"source_file": "requirements.txt",
372372
"description": "SoftwareRequirements don’t have versions"
373373
}
374374
},
@@ -391,25 +391,17 @@
391391
"P002": {
392392
"source_file": "LICENSE",
393393
"description": "Copyright section taken as template without modification"
394-
},
395-
"P016": {
396-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
397-
"description": "codeRepository does not point to the same repository"
398394
}
399395
},
400396
"warnings": {
401397
"W001": {
402-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
403-
"description": "SoftwareRequirements don’t have versions"
398+
"source_file": "pyproject.toml",
399+
"description": "SoftwareRequirement don’t have versions"
404400
},
405401
"W002": {
406402
"source_file": "codemeta.json",
407403
"description": "dateModified is outdated"
408404
},
409-
"W003": {
410-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
411-
"description": "Inconsistent use of licenses in metadata files"
412-
},
413405
"W004": {
414406
"source_file": "codemeta.json",
415407
"description": "programmingLanguages do not have versions"
@@ -421,15 +413,15 @@
421413
"url": "https://github.com/ropensci/geojson",
422414
"pitfalls": {
423415
"P001": {
424-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
416+
"source_file": "DESCRIPTION",
425417
"description": "Version does not correspond to the version used in the latest release"
426418
},
427419
"P010": {
428420
"source_file": "LICENSE",
429421
"description": "The file does not have any specific license except for copyright"
430422
},
431423
"P017": {
432-
"source_file": "codemeta.json",
424+
"source_file": "codemeta.json, DESCRIPTION",
433425
"description": "version does not match the package’s"
434426
}
435427
},
@@ -455,13 +447,9 @@
455447
},
456448
"warnings": {
457449
"W001": {
458-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
450+
"source_file": "pyproject.toml",
459451
"description": "SoftwareRequirements don’t have versions"
460452
},
461-
"W003": {
462-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
463-
"description": "Inconsistent use of licenses in metadata files"
464-
},
465453
"W004": {
466454
"source_file": "codemeta.json",
467455
"description": "programmingLanguages do not have versions"
@@ -481,17 +469,13 @@
481469
"url": "https://github.com/NeuralEnsemble/PyNN",
482470
"pitfalls": {
483471
"P001": {
484-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
472+
"source_file": "codemeta",
485473
"description": "Version does not correspond to the version used in the latest release"
486-
},
487-
"P012": {
488-
"source_file": "codemeta.json",
489-
"description": "downloadURL is outdated"
490474
}
491475
},
492476
"warnings": {
493477
"W001": {
494-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
478+
"source_file": "pyproject.toml ",
495479
"description": "SoftwareRequirements don’t have versions"
496480
},
497481
"W002": {
@@ -501,10 +485,6 @@
501485
"W004": {
502486
"source_file": "codemeta.json",
503487
"description": "programmingLanguages do not have versions"
504-
},
505-
"W005": {
506-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
507-
"description": "softwareRequirements have more than one req, but it’s written as one string"
508488
}
509489
},
510490
"commit ID": "5a53a5144e5c8c739a0ad65435cea23579574a19"
@@ -513,17 +493,17 @@
513493
"url": "https://github.com/Rbfinch/grepq",
514494
"pitfalls": {
515495
"P001": {
516-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
496+
"source_file": "codemeta.json",
517497
"description": "Version does not correspond to the version used in the latest release"
518498
},
519499
"P017": {
520-
"source_file": "codemeta.json",
500+
"source_file": "codemeta.json, Cargo.toml",
521501
"description": "version does not match the package’s"
522502
}
523503
},
524504
"warnings": {
525505
"W002": {
526-
"source_file": "codemeta.json",
506+
"source_file": "codemeta.json, ",
527507
"description": "dateModified is outdated"
528508
}
529509
},
@@ -533,23 +513,15 @@
533513
"url": "https://github.com/ms609/TreeSearch",
534514
"pitfalls": {
535515
"P001": {
536-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
516+
"source_file": "codemeta.json",
537517
"description": "Version does not correspond to the version used in the latest release"
538518
},
539519
"P002": {
540520
"source_file": "LICENSE",
541521
"description": "Copyright section taken as template without modification"
542-
},
543-
"P013": {
544-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
545-
"description": "License does not have the specific version"
546522
}
547523
},
548524
"warnings": {
549-
"W003": {
550-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
551-
"description": "Inconsistent use of licenses in metadata files"
552-
},
553525
"W004": {
554526
"source_file": "codemeta.json",
555527
"description": "programmingLanguages do not have versions"
@@ -587,12 +559,7 @@
587559
},
588560
"repo_32": {
589561
"url": "https://github.com/ms609/Quartet",
590-
"pitfalls": {
591-
"P013": {
592-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
593-
"description": "License does not have the specific version"
594-
}
595-
},
562+
"pitfalls": {},
596563
"warnings": {
597564
"W004": {
598565
"source_file": "codemeta.json",
@@ -609,25 +576,21 @@
609576
"url": "https://github.com/tvwenger/bayes_spec",
610577
"pitfalls": {
611578
"P001": {
612-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
579+
"source_file": "codemeta.json",
613580
"description": "Version does not correspond to the version used in the latest release"
614581
}
615582
},
616583
"warnings": {
617584
"W001": {
618-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
585+
"source_file": "requirements.txt",
619586
"description": "SoftwareRequirements don’t have versions"
620587
},
621588
"W002": {
622589
"source_file": "codemeta.json",
623590
"description": "dateModified is outdated"
624591
},
625-
"W003": {
626-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
627-
"description": "Inconsistent use of licenses in metadata files"
628-
},
629592
"W007": {
630-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
593+
"source_file": "codemeta.json",
631594
"description": "Identifier is empty"
632595
}
633596
},
@@ -642,10 +605,6 @@
642605
}
643606
},
644607
"warnings": {
645-
"W003": {
646-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
647-
"description": "Inconsistent use of licenses in metadata files"
648-
},
649608
"W004": {
650609
"source_file": "codemeta.json",
651610
"description": "programmingLanguages do not have versions"
@@ -661,21 +620,13 @@
661620
"url": "https://github.com/sep-developers/sep",
662621
"pitfalls": {
663622
"P001": {
664-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
623+
"source_file": "codemeta.json",
665624
"description": "Version does not correspond to the version used in the latest release"
666-
},
667-
"P013": {
668-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
669-
"description": "License does not have the specific version"
670-
},
671-
"P016": {
672-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
673-
"description": "codeRepository does not point to the same repository"
674625
}
675626
},
676627
"warnings": {
677628
"W001": {
678-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
629+
"source_file": "pyproject.toml",
679630
"description": "SoftwareRequirements don’t have versions"
680631
},
681632
"W002": {
@@ -693,15 +644,11 @@
693644
"description": "Copyright section taken as template without modification"
694645
},
695646
"P009": {
696-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
647+
"source_file": "codemeta.json",
697648
"description": "coderepository points to their homepage"
698649
},
699-
"P016": {
700-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
701-
"description": "codeRepository does not point to the same repository"
702-
},
703650
"P017": {
704-
"source_file": "codemeta.json",
651+
"source_file": "codemeta.json, DESCRIPTION",
705652
"description": "version does not match the package’s"
706653
}
707654
},
@@ -799,7 +746,7 @@
799746
},
800747
"warnings": {
801748
"W001": {
802-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
749+
"source_file": "requirements.txt",
803750
"description": "SoftwareRequirements don’t have versions"
804751
}
805752
},
@@ -834,42 +781,18 @@
834781
"pitfalls": {},
835782
"warnings": {
836783
"W001": {
837-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
784+
"source_file": "requirements.txt",
838785
"description": "SoftwareRequirements don’t have versions"
839786
}
840787
},
841788
"commit ID": "b046bd00569ae3930b51581d559cc5c5afde866a"
842789
},
843-
"repo_43": {
844-
"url": "https://github.com/fair-test/license-already-here",
845-
"pitfalls": {
846-
"P010": {
847-
"source_file": "LICENSE",
848-
"description": "The file does not have any specific license except for copyright"
849-
}
850-
},
851-
"warnings": {
852-
"W001": {
853-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
854-
"description": "SoftwareRequirements don’t have versions"
855-
},
856-
"W002": {
857-
"source_file": "codemeta.json",
858-
"description": "dateModified is outdated"
859-
},
860-
"W004": {
861-
"source_file": "codemeta.json",
862-
"description": "programmingLanguages do not have versions"
863-
}
864-
},
865-
"commit ID": "4ca932834fe48821f39300c8de3bf92a4ffd366b"
866-
},
867790
"repo_44": {
868791
"url": "https://github.com/SedFoam/sedfoam",
869792
"pitfalls": {},
870793
"warnings": {
871794
"W001": {
872-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
795+
"source_file": "codemeta.json",
873796
"description": "SoftwareRequirements don’t have versions"
874797
},
875798
"W002": {
@@ -887,22 +810,18 @@
887810
"url": "https://github.com/assume-framework/assume",
888811
"pitfalls": {
889812
"P001": {
890-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
813+
"source_file": "codemeta.json",
891814
"description": "Version does not correspond to the version used in the latest release"
892815
}
893816
},
894817
"warnings": {
895818
"W001": {
896-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
819+
"source_file": "pyproject.toml",
897820
"description": "SoftwareRequirements don’t have versions"
898821
},
899822
"W002": {
900823
"source_file": "codemeta.json",
901824
"description": "dateModified is outdated"
902-
},
903-
"W003": {
904-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
905-
"description": "Inconsistent use of licenses in metadata files"
906825
}
907826
},
908827
"commit ID": "aaa904c603ef267aaab6872d67cd87affcb17688"
@@ -911,25 +830,17 @@
911830
"url": "https://github.com/felixsc1/COSplay",
912831
"pitfalls": {
913832
"P013": {
914-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
833+
"source_file": "codemeta.json",
915834
"description": "License does not have the specific version"
916-
},
917-
"P016": {
918-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
919-
"description": "codeRepository does not point to the same repository"
920835
}
921836
},
922837
"warnings": {
923838
"W002": {
924839
"source_file": "codemeta.json",
925840
"description": "dateModified is outdated"
926841
},
927-
"W003": {
928-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
929-
"description": "Inconsistent use of licenses in metadata files"
930-
},
931842
"W007": {
932-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
843+
"source_file": "codemeta.json",
933844
"description": "Identifier is empty"
934845
}
935846
},
@@ -945,10 +856,6 @@
945856
"P011": {
946857
"source_file": "codemeta.json",
947858
"description": "IssueTracker violates the expected URL format"
948-
},
949-
"P016": {
950-
"source_file": "Metadata files (codemeta.json, setup.py, pom.xml etc...)",
951-
"description": "codeRepository does not point to the same repository"
952859
}
953860
},
954861
"warnings": {

0 commit comments

Comments
 (0)