-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI command to validate one or all schemas against the strict meta schema #4035
Conversation
Thanks for the PR! This section of the codebase is owned by @madskristensen and |
Awesome. Thank you! |
@Vampire Thanks, I think some validation using the strict meta schema is useful, but I think the implementation could be improved. I was thinking that the What do you think about removing the call to If you don't mind, could you also remove your modifications to |
Well, asking for modifications after the PR was merged already is maybe a bit late. :-D
Actually I thought about this when implementing.
Not sure what you mean.
Maybe it is because I'm no a JS dev, but I don't really get what you mean. Of course instead providing some option to specify which schema file to check like |
@Vampire Yeah, regrettably I wasn't able to comment on this change to
Yeah I guess I was a little indirect. What I mean is that I see that
I hear you, I understand your justification for making it that way. But I kind of disagree with that approach, and I disagree with how I didn't mention this before, but there is also an |
I appreciate your contribution, and it this PR has some good ideas, but I'm thinking it might be easier if I'd unmerged this, so I can implement this in a different way. I've made some big refactors to |
Sorry, but I still don't see how that should work.
I've seen it, and that it is there but not having any effect so far.
Sure, no worries, I'm not going to be offended, I'm too long active in FOSS for that. :-D Just to make it clear again.
I had the changes hacked in anyway, as I was fed up of always copying my schema to the positive test dir of the meta schema and then call |
No description provided.