@@ -235,11 +235,12 @@ The supported rules are described below:
235
235
| invalid_non_empty_security_array | Flag any non-empty security array this is not of type OAuth2 | shared |
236
236
237
237
##### walker
238
- | Rule | Description | Spec |
239
- | --------------------------- | ---------------------------------------------------------------------------- | ------ |
240
- | no_empty_descriptions | Flag any ` description ` field in the spec with an empty or whitespace string. | shared |
241
- | has_circular_references | Flag any circular references found in the Swagger spec. | shared |
242
- | $ref_siblings | Flag any properties that are siblings of a ` $ref ` property. | shared |
238
+ | Rule | Description | Spec |
239
+ | ----------------------------- | ---------------------------------------------------------------------------- | ------ |
240
+ | no_empty_descriptions | Flag any ` description ` field in the spec with an empty or whitespace string. | shared |
241
+ | has_circular_references | Flag any circular references found in the Swagger spec. | shared |
242
+ | $ref_siblings | Flag any properties that are siblings of a ` $ref ` property. | shared |
243
+ | duplicate_sibling_description | Flag descriptions sibling to ` $ref ` if identical to referenced description. | shared |
243
244
244
245
[ 1 ] : https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#dataTypeFormat
245
246
[ 2 ] : https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#parameter-object
@@ -296,7 +297,7 @@ The default values for each rule are described below.
296
297
297
298
###### operations
298
299
| Rule | Default |
299
- | --------------------------- | -------- |
300
+ | --------------------------- | ------- |
300
301
| no_consumes_for_put_or_post | error |
301
302
| get_op_has_consumes | warning |
302
303
| no_produces | error |
@@ -306,13 +307,13 @@ The default values for each rule are described below.
306
307
307
308
###### operations
308
309
| Rule | Default |
309
- | --------------------------- | -------- |
310
+ | --------------------------- | ------- |
310
311
| no_request_body_content | error |
311
312
| no_request_body_name | warning |
312
313
313
314
###### parameters
314
315
| Rule | Default |
315
- | --------------------------- | -------- |
316
+ | --------------------------- | ------- |
316
317
| no_in_property | error |
317
318
| invalid_in_property | error |
318
319
| missing_schema_or_content | error |
@@ -349,7 +350,7 @@ The default values for each rule are described below.
349
350
350
351
###### paths
351
352
| Rule | Default |
352
- | --------------------------- | -------- |
353
+ | --------------------------- | ------- |
353
354
| missing_path_parameter | error |
354
355
| snake_case_only | warning |
355
356
@@ -360,7 +361,7 @@ The default values for each rule are described below.
360
361
361
362
###### security_definitions
362
363
| Rule | Default |
363
- | --------------------------- | -------- |
364
+ | --------------------------- | ------- |
364
365
| unused_security_schemes | warning |
365
366
| unused_security_scopes | warning |
366
367
@@ -371,7 +372,7 @@ The default values for each rule are described below.
371
372
372
373
###### schemas
373
374
| Rule | Default |
374
- | --------------------------- | -------- |
375
+ | --------------------------- | ------- |
375
376
| invalid_type_format_pair | error |
376
377
| snake_case_only | warning |
377
378
| no_schema_description | warning |
@@ -380,11 +381,12 @@ The default values for each rule are described below.
380
381
| array_of_arrays | warning |
381
382
382
383
###### walker
383
- | Rule | Default |
384
- | --------------------------- | --------|
385
- | no_empty_descriptions | error |
386
- | has_circular_references | warning |
387
- | $ref_siblings | off |
384
+ | Rule | Default |
385
+ | ----------------------------- | ------- |
386
+ | no_empty_descriptions | error |
387
+ | has_circular_references | warning |
388
+ | $ref_siblings | off |
389
+ | duplicate_sibling_description | warning |
388
390
389
391
390
392
## Turning off ` update-notifier `
0 commit comments