|
1 |
| -docs/make.bat line-endings!skip |
2 |
| -plugins/modules/cmci_get.py validate-modules:missing-gplv3-license |
3 |
| -plugins/modules/cmci_get.py validate-modules:invalid-documentation |
4 |
| -plugins/modules/cmci_get.py validate-modules:doc-choices-do-not-match-spec |
5 |
| -plugins/modules/cmci_get.py validate-modules:doc-default-does-not-match-spec |
6 |
| -plugins/modules/cmci_get.py validate-modules:missing-suboption-docs |
7 |
| -plugins/modules/cmci_get.py validate-modules:parameter-type-not-in-doc |
8 |
| -plugins/modules/cmci_get.py validate-modules:undocumented-parameter |
9 |
| -plugins/modules/cmci_get.py validate-modules:doc-elements-mismatch |
10 |
| -plugins/modules/cmci_get.py validate-modules:mutually_exclusive-unknown |
11 |
| -plugins/modules/cmci_get.py validate-modules:required_one_of-unknown |
12 |
| -plugins/modules/cmci_action.py validate-modules:missing-gplv3-license |
13 |
| -plugins/modules/cmci_action.py validate-modules:invalid-documentation |
14 |
| -plugins/modules/cmci_action.py validate-modules:doc-choices-do-not-match-spec |
15 |
| -plugins/modules/cmci_action.py validate-modules:doc-default-does-not-match-spec |
16 |
| -plugins/modules/cmci_action.py validate-modules:missing-suboption-docs |
17 |
| -plugins/modules/cmci_action.py validate-modules:parameter-type-not-in-doc |
18 |
| -plugins/modules/cmci_action.py validate-modules:undocumented-parameter |
19 |
| -plugins/modules/cmci_action.py validate-modules:doc-elements-mismatch |
20 |
| -plugins/modules/cmci_action.py validate-modules:mutually_exclusive-unknown |
21 |
| -plugins/modules/cmci_action.py validate-modules:required_one_of-unknown |
22 |
| -plugins/modules/cmci_create.py validate-modules:missing-gplv3-license |
23 |
| -plugins/modules/cmci_create.py validate-modules:invalid-documentation |
24 |
| -plugins/modules/cmci_delete.py validate-modules:missing-gplv3-license |
25 |
| -plugins/modules/cmci_delete.py validate-modules:invalid-documentation |
26 |
| -plugins/modules/cmci_delete.py validate-modules:doc-choices-do-not-match-spec |
27 |
| -plugins/modules/cmci_delete.py validate-modules:doc-default-does-not-match-spec |
28 |
| -plugins/modules/cmci_delete.py validate-modules:missing-suboption-docs |
29 |
| -plugins/modules/cmci_delete.py validate-modules:parameter-type-not-in-doc |
30 |
| -plugins/modules/cmci_delete.py validate-modules:undocumented-parameter |
31 |
| -plugins/modules/cmci_delete.py validate-modules:doc-elements-mismatch |
32 |
| -plugins/modules/cmci_delete.py validate-modules:mutually_exclusive-unknown |
33 |
| -plugins/modules/cmci_delete.py validate-modules:required_one_of-unknown |
34 |
| -plugins/modules/cmci_update.py validate-modules:missing-gplv3-license |
35 |
| -plugins/modules/cmci_update.py validate-modules:invalid-documentation |
36 |
| -plugins/modules/cmci_update.py validate-modules:doc-choices-do-not-match-spec |
37 |
| -plugins/modules/cmci_update.py validate-modules:doc-default-does-not-match-spec |
38 |
| -plugins/modules/cmci_update.py validate-modules:missing-suboption-docs |
39 |
| -plugins/modules/cmci_update.py validate-modules:parameter-type-not-in-doc |
40 |
| -plugins/modules/cmci_update.py validate-modules:undocumented-parameter |
41 |
| -plugins/modules/cmci_update.py validate-modules:doc-elements-mismatch |
42 |
| -plugins/modules/cmci_update.py validate-modules:mutually_exclusive-unknown |
43 |
| -plugins/modules/cmci_update.py validate-modules:required_one_of-unknown |
| 1 | +docs/make.bat line-endings!skip # Windows batch file requires windows line endings |
| 2 | +plugins/modules/cmci_get.py validate-modules:missing-gplv3-license # Licence is Apache-2.0 |
| 3 | +plugins/modules/cmci_get.py validate-modules:doc-choices-do-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 4 | +plugins/modules/cmci_get.py validate-modules:doc-default-does-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 5 | +plugins/modules/cmci_get.py validate-modules:missing-suboption-docs # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 6 | +plugins/modules/cmci_get.py validate-modules:parameter-type-not-in-doc # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 7 | +plugins/modules/cmci_get.py validate-modules:undocumented-parameter # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 8 | +plugins/modules/cmci_get.py validate-modules:doc-elements-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 9 | +plugins/modules/cmci_get.py validate-modules:mutually_exclusive-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 10 | +plugins/modules/cmci_get.py validate-modules:required_one_of-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 11 | +plugins/modules/cmci_action.py validate-modules:missing-gplv3-license # Licence is Apache-2.0 |
| 12 | +plugins/modules/cmci_action.py validate-modules:doc-choices-do-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 13 | +plugins/modules/cmci_action.py validate-modules:doc-default-does-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 14 | +plugins/modules/cmci_action.py validate-modules:missing-suboption-docs # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 15 | +plugins/modules/cmci_action.py validate-modules:parameter-type-not-in-doc # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 16 | +plugins/modules/cmci_action.py validate-modules:undocumented-parameter # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 17 | +plugins/modules/cmci_action.py validate-modules:doc-elements-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 18 | +plugins/modules/cmci_action.py validate-modules:mutually_exclusive-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 19 | +plugins/modules/cmci_action.py validate-modules:required_one_of-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 20 | +plugins/modules/cmci_create.py validate-modules:missing-gplv3-license # Licence is Apache-2.0 |
| 21 | +plugins/modules/cmci_delete.py validate-modules:missing-gplv3-license # Licence is Apache-2.0 |
| 22 | +plugins/modules/cmci_delete.py validate-modules:doc-choices-do-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 23 | +plugins/modules/cmci_delete.py validate-modules:doc-default-does-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 24 | +plugins/modules/cmci_delete.py validate-modules:missing-suboption-docs # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 25 | +plugins/modules/cmci_delete.py validate-modules:parameter-type-not-in-doc # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 26 | +plugins/modules/cmci_delete.py validate-modules:undocumented-parameter # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 27 | +plugins/modules/cmci_delete.py validate-modules:doc-elements-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 28 | +plugins/modules/cmci_delete.py validate-modules:mutually_exclusive-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 29 | +plugins/modules/cmci_delete.py validate-modules:required_one_of-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 30 | +plugins/modules/cmci_update.py validate-modules:missing-gplv3-license # Licence is Apache-2.0 |
| 31 | +plugins/modules/cmci_update.py validate-modules:doc-choices-do-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 32 | +plugins/modules/cmci_update.py validate-modules:doc-default-does-not-match-spec # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 33 | +plugins/modules/cmci_update.py validate-modules:missing-suboption-docs # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 34 | +plugins/modules/cmci_update.py validate-modules:parameter-type-not-in-doc # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 35 | +plugins/modules/cmci_update.py validate-modules:undocumented-parameter # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 36 | +plugins/modules/cmci_update.py validate-modules:doc-elements-mismatch # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 37 | +plugins/modules/cmci_update.py validate-modules:mutually_exclusive-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
| 38 | +plugins/modules/cmci_update.py validate-modules:required_one_of-unknown # We have a complex_filter DSL as part of our plugin YAML. The same config is accepted 4 levels deep. We only include the (quite long) documentation for this at the highest level, which causes this error |
0 commit comments