ajv-cli
ajv-cli copied to clipboard
Skip registering additional schemas that match the main schema.
Closes https://github.com/ajv-validator/ajv-cli/issues/172.
Let me know if you prefer this done another way, or would like different kinds/quantities of tests!
It looks like TS change that was breaking ajv now breaks this one - will look into it later.
Thanks for the PR - it looks ok!
@epoberezkin Do you want me to fix the issues in this PR? They look small, and can probably unblock pretty fast.
absolutely, please have a look.
@epoberezkin Thanks. npm run lint seems to pass locally, passing over to you for a workflow run :)
Polite ping :) @epoberezkin
It's now the same typescript change I fixed earlier in Ajv... I will look over the weekend
Sg, thanks!
it's actually and error specific to this change - it does not happen in the master branch.
It is definitely because of the change in this PR - specifically, the change in logJSON type signature - why was it needed?
Could you please reduce the change to what is necessary, also you should be able to run the tests locally (I also enabled builds)
@matanlurey @epoberezkin maybe #196 is better approach?