Closed SudharakaP closed 4 years ago
Almost done, after the two points it's good to go!
Thank you!
You are welcome and thanks for the review. :smile:
This PR disables the field validation for everything when the spec is not defined. This is not a big deal because lexer fails on import with an unknown field, but with blueprint support (unknown field for lexer). This should be fixed.
https://github.com/jhipster/jhipster-core/pull/449 adds an option ignoreUnknownOptions
that should be added to generator-jhipster.
When some option type is missing we do not hard stop. Instead we log that the option type is missing and move on.
Fixes https://github.com/jhipster/generator-jhipster/issues/11532
Please make sure the below checklist is followed for Pull Requests.