FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 47b97787 authored by E. Evstafiev's avatar E. Evstafiev :bulb:
Browse files

chore(config): enforce strict validation in `generate-schema` task

parent bc6a6ff0
No related branches found
No related tags found
1 merge request!52Resolve "Ensure OpenAPI specification is generated correctly"
......@@ -136,7 +136,7 @@ filterwarnings = [
[tool.poe.tasks.generate-schema]
help = "Generate OpenAPI schema using drf-spectacular"
cmd = "docker compose run --build --rm manage spectacular --file openapi.yaml"
cmd = "docker compose run --build --rm manage spectacular --fail-on-warn --file openapi.yaml"
[tool.mypy]
ignore_missing_imports = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment