Skip to content
Snippets Groups Projects
Commit 373c7534 authored by David Schwarzmann's avatar David Schwarzmann
Browse files

change severities for some rules to enforce our way of working

parent 2fa7235a
No related branches found
No related tags found
1 merge request!17Add .gitlab-ci.yml with and enable best practice linting in spectral
......@@ -3,3 +3,9 @@ extends:
# - https://italia.github.io/api-oas-checker/spectral.yml
- https://italia.github.io/api-oas-checker/spectral-generic.yml
- https://italia.github.io/api-oas-checker/spectral-security.yml
rules:
no-default-additionalProperties: hint
string-maxlength: hint
typed-enum: error
paths-status: warn
response-with-json-object: error
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