Felix Scheffler
Felix Scheffler
The following example (1) does **not** raise a D417: ```python def foo(a: int, b: str) -> None: """Does something. Parameter ---------- a1 lala b foo """ print(a) ``` The following...
First of all: I am not sure whether this is a bug or a feature enhancement. ##### Description Any properties marked as `readOnly` in the OpenAPI specification file are treated...
**Is your feature request related to a problem? Please describe.** With the completion of #32 we still have some [cpplint](https://github.com/cpplint/cpplint) issues left to fix (or permanently accept) that are currently...
Upon running locally, I receive the following error for every possible maapping as shown below: I followed the docker setup instructions based on https://github.com/OWASP/OpenCRE/blob/main/docs/my-opencre-user-guide.md. Stack trace: ``` 2025-12-04 15:57:45.593 |...