-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cff): enforce valid urls as doi (#108)
* fix(cff): parse yaml to handle quotes + prepend scheme to doi * chore(fmt): quotes * chore: update lock * docs(readme): update obsolete env var name * docs(readme): lighter fmt * test(cff): update doctest to include scheme * fix(cff): ensure doi is a valid url * fix: drop unused import * fix(cff): error handling on invalid yaml * refactor(cff): use regex + defensive prog * fix(cff): drop unused prefix var * test(cff): update test cases with valid doi * feat(cff): add warning when doi missing from cff * fix(log): replace deprecated logger.warn -> logger.warning * feat(log): format to include loglevel
- Loading branch information
Showing
4 changed files
with
573 additions
and
640 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
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
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
Oops, something went wrong.