Skip to content

Commit 07847c1

Browse files
docs fix
1 parent 15ebace commit 07847c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/spectral/ipa/rulesets/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ For rule definitions, see [IPA-005.yaml](https://github.com/mongodb/openapi/blob
1414

1515
| Rule Name | Description | Severity |
1616
| --------------------------------------- | ------------------------------------------------------------------------ | -------- |
17-
| xgen-IPA-005-exception-extension-format | IPA exception extensions must follow the correct format. http://go/ipa/5 | warn |
17+
| xgen-IPA-005-exception-extension-format | IPA exception extensions must follow the correct format. http://go/ipa/5 | error |
1818

1919
### IPA-102
2020

2121
For rule definitions, see [IPA-102.yaml](https://github.com/mongodb/openapi/blob/main/tools/spectral/ipa/rulesets/IPA-102.yaml).
2222

2323
| Rule Name | Description | Severity |
2424
| ---------------------------------------------------- | -------------------------------------------------------------------------------- | -------- |
25-
| xgen-IPA-102-path-alternate-resource-name-path-param | Paths should alternate between resource names and path params. http://go/ipa/102 | warn |
25+
| xgen-IPA-102-path-alternate-resource-name-path-param | Paths should alternate between resource names and path params. http://go/ipa/102 | error |
2626

2727
### IPA-104
2828

@@ -48,8 +48,8 @@ For rule definitions, see [IPA-109.yaml](https://github.com/mongodb/openapi/blob
4848

4949
| Rule Name | Description | Severity |
5050
| ---------------------------------------------- | ------------------------------------------------------------------------- | -------- |
51-
| xgen-IPA-109-custom-method-must-be-GET-or-POST | The HTTP method for custom methods must be GET or POST. http://go/ipa/109 | warn |
52-
| xgen-IPA-109-custom-method-must-use-camel-case | The custom method must use camelCase format. http://go/ipa/109 | warn |
51+
| xgen-IPA-109-custom-method-must-be-GET-or-POST | The HTTP method for custom methods must be GET or POST. http://go/ipa/109 | error |
52+
| xgen-IPA-109-custom-method-must-use-camel-case | The custom method must use camelCase format. http://go/ipa/109 | error |
5353

5454
### IPA-113
5555

@@ -65,6 +65,6 @@ For rule definitions, see [IPA-123.yaml](https://github.com/mongodb/openapi/blob
6565

6666
| Rule Name | Description | Severity |
6767
| ------------------------------------------------- | ------------------------------------------------------- | -------- |
68-
| xgen-IPA-123-enum-values-must-be-upper-snake-case | Enum values must be UPPER_SNAKE_CASE. http://go/ipa/123 | warn |
68+
| xgen-IPA-123-enum-values-must-be-upper-snake-case | Enum values must be UPPER_SNAKE_CASE. http://go/ipa/123 | error |
6969

7070

0 commit comments

Comments
 (0)