Hello!
Since the recent changes of the project and after updating our usage of them, I see that spectral gets blocked forever after running the linter.
I have updated our project to be like this:
extends:
- "https://github.com/SchwarzIT/api-linter-rules/releases/download/latest/openapi.js"
rules:
- common-responses-unauthorized: "off"
# ... other rules
And when I run spectral I get blocked forever:
> spectral lint "openapi.json" -r ".spectral.yaml" --verbose --format=text
Linting openapi.json
No results with a severity of 'error' found!
... # it gets blocked here
Am I doing something wrong?
Thank you so much!
Hello!
Since the recent changes of the project and after updating our usage of them, I see that
spectralgets blocked forever after running the linter.I have updated our project to be like this:
And when I run
spectralI get blocked forever:Am I doing something wrong?
Thank you so much!