FIAF / modelling-workshops

Modelling Workshops
0 stars 1 forks source link

URI checking #18

Closed paulduchesne closed 1 year ago

paulduchesne commented 1 year ago
  1. Check where URIs are overly verbose.
  2. Check where URIs have non-ascii characters.
paulduchesne commented 1 year ago

These checks should be added to build workflow.

paulduchesne commented 1 year ago

Checks added to push action. URI length should probably be cut at ~30 characters, although some offenders have been those pulled from the ISO standards.

Extended characters is another question, whether an ASCII-only limitation should be imposed, or current state retained.

paulduchesne commented 1 year ago

Keeping as is for now, although noting that commas in IRIs is possibly going to cause problems in the future.