Raise an error when the name in yaml and json files is different for a config #117
Labels
enhancement
New feature or request
internally-tracked
We've moved this issue to the internal backlog of the core team.
Is your feature request related to a problem? Please describe.
@JACONDE stumbled upon this issue in #114. When the
name
in yaml and json files is different for a config, we simply continue, without raising an error.E.g. here is an example config which runs into this problem:
Describe the solution you'd like
We should fail early and raise an error when this happens. The error message should be clear and concise.
Additional context
The implementation of this should wait until #101 is tackled. Special consideration should go to configs, which don't have a
name
property in its json. E.g. some configs have adisplay_name
property.The text was updated successfully, but these errors were encountered: