Closed libremente closed 2 years ago
I guess this should be closed by: https://bitbucket.org/_darti/ssd-arti/pull-requests/1/fix-publiccodeyml/diff It's a weird way of creating the URLs by bb.
I think this behaviour is just tolerated by Github as shown here we should have the same treatment for all code-hosting platform.
This works with the latest parser version:
❯ pcvalidate/pcvalidate https://bitbucket.org/_darti/ssd-arti/raw/523b9aa0f4cc9e423d1617ceeaf0f6007efea55f/publiccode.yml publiccode.yml:6:1: warning: publiccodeYmlVersion: v0.2 is not the latest version, use '0.3'. Parsing this file as v0.3. publiccode.yml:42:5: warning: description.it.genericName: This key is DEPRECATED and will be removed in the future
Closing as fixed.
When dealing with a raw URL from bitbucket the pcvalidate throws a validation ko. See this repo as an example
This does not happen with Github repos.