You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown by #121, the validation of the messages.yml file is currently not checking whether projects referenced in quick_links and messages have an entry in project_id.
Note however that mctest is at the moment referenced by messages despite having no quick_links and project_id entry.
The text was updated successfully, but these errors were encountered:
The validation of messages.yml is implemented by 1) converting the YAML file to a JSON file and 2) using JSON schemas to validate the generated JSON file. So I'm not sure if it's possible to do a complicated validation like this 🤔
As shown by #121, the validation of the
messages.yml
file is currently not checking whether projects referenced inquick_links
andmessages
have an entry inproject_id
.Note however that
mctest
is at the moment referenced by messages despite having noquick_links
andproject_id
entry.The text was updated successfully, but these errors were encountered: