Jose Collado San Pedro
Jose Collado San Pedro
Hi @Tushar1998 and @kamilmysliwiec I would try to work on a PR during next week. Thanks for your time
Hi @tushar1998 , I'm starting to work on the PR. Where do you think I should add the new parameter to specify the path name for the json? Should it...
HI @tushar1998, thanks for the answer. I also tought that `SwaggerCustomOptions` should be the right place, but later I saw in the [documentation](https://docs.nestjs.com/openapi/introduction#setup-options) that these are custom options for Swagger...
You can specify the ignored rules in the request body to /api-violations using the ignore_rules property
@beena-yatin-kanyal ``` curl -X \ POST 'http://localhost:8080/api-violations' \ --header 'Content-Type: application/json' \ --data-raw '{ "api_definition_string": "https://petstore.swagger.io/v2/swagger.json", "ignore_rules": ["218",...] }' ``` You can see the api specification here: https://github.com/zalando/zally/blob/master/server/zally-server/src/main/resources/api/zally-api.yaml
I'm having the same issue.
Hi @XiaoYuhao, facing the same issue, using 1.18.22 version Also tried 1.18.24 Thanks
Hi, @XiaoYuhao , the path to lombok seems OK, the lombok.jar exists in that path. I attach here the snippet of the log in case you want to check something:...
@jkamke if I understood you correctly, `vscjava.vscode-lombok` is now useless since lombok is now included in `redhat.java`?
Hi @yurakhomitsky , did you find an answer for that? Thanks