We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eded195 + 4019c5f commit 53b1950Copy full SHA for 53b1950
.spectral.yml
@@ -1,6 +1,9 @@
1
# CAMARA Project - linting ruleset - documentation avaialable here:
2
# https://github.com/camaraproject/Commonalities/blob/main/documentation/Linting-rules.md
3
-# 31.01.2024 - initial version
+# Changelog:
4
+# - 31.01.2024: Initial version
5
+# - 19.03.2024: Corrected camara-http-methods rule
6
+
7
8
extends: "spectral:oas"
9
functions:
@@ -108,7 +111,7 @@ rules:
108
111
then:
109
112
function: pattern
110
113
functionOptions:
- match: "^(get|put|post|delete|patch|options)$"
114
+ match: "^(get|put|post|delete|patch|options|parameters)$"
115
recommended: true # Set to true/false to enable/disable this rule
116
117
camara-get-no-request-body:
0 commit comments