File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 2
2
lint :
3
3
extends :
4
4
- minimal
5
+ rules :
6
+ spec : error
7
+ no-unresolved-refs : error
8
+
9
+ info-description : off
10
+ info-contact : off
11
+ info-license : off
12
+ info-license-url : off
13
+ tag-description : off
14
+ tags-alphabetical : off
15
+ parameter-description : off
16
+ no-path-trailing-slash : off
17
+ no-identical-paths : off
18
+ no-ambiguous-paths : off
19
+ path-declaration-must-exist : off
20
+ path-not-include-query : off
21
+ path-parameters-defined : off
22
+ operation-description : off
23
+ operation-2xx-response : off
24
+ operation-operationId : off
25
+ operation-summary : off
26
+ operation-operationId-unique : off
27
+ operation-parameters-unique : off
28
+ operation-tag-defined : off
29
+ operation-security-defined : off
30
+ operation-operationId-url-safe : off
31
+ operation-singular-tag : off
32
+ no-enum-type-mismatch : off
33
+ boolean-parameter-prefixes : off
34
+ paths-kebab-case : off
35
+
36
+ no-invalid-media-type-examples : off
37
+ no-server-example.com : off
38
+ no-server-trailing-slash : off
39
+ no-empty-servers : off
40
+ no-example-value-and-externalValue : off
41
+ no-unused-components : off
42
+ no-undefined-server-variable : off
You can’t perform that action at this time.
0 commit comments