-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add data integrity check for bad emails and malformed repositories (#…
…1379) 1. Make sure that repository isn't accidentally annotated as `bioregistry` or given not as a URL. Fixes 3 issues here 2. Make sure that emails curated as contacts aren't used that look like group emails (e.g. contains `help@`, `discuss@`)
- Loading branch information
Showing
2 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38378,7 +38378,6 @@ | |
"homepage": "https://www.fao.org/fishery/en/collection/asfis/en", | ||
"name": "Aquatic Sciences and Fisheries Information System", | ||
"pattern": "^\\d+$", | ||
"repository": "bioregistry", | ||
"reviewer": { | ||
"email": "[email protected]", | ||
"github": "cthoyt", | ||
|
@@ -97696,7 +97695,7 @@ | |
"name": "The data cube vocabulary", | ||
"pattern": "^\\w+$", | ||
"preferred_prefix": "qb", | ||
"repository": "UKGovLD/publishing-statistical-data", | ||
"repository": "https://github.com/UKGovLD/publishing-statistical-data", | ||
"uri_format": "http://purl.org/linked-data/cube#$1", | ||
"zazuko": { | ||
"prefix": "qb", | ||
|
@@ -109711,7 +109710,6 @@ | |
"homepage": "https://www.w3.org/TR/vocab-ssn/", | ||
"license": "http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document", | ||
"name": "System capabilities, operating ranges, and survival ranges ontology", | ||
"repository": "bioregistry", | ||
"reviewer": { | ||
"email": "[email protected]", | ||
"github": "cthoyt", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters