yes, we do run validate_modules in Shippable (#46280)

This commit is contained in:
Alicia Cozine 2018-09-28 13:09:14 -05:00 committed by Sandra McCann
parent ff06320b03
commit 66eb5681f4

View file

@ -17,7 +17,7 @@ To check the HTML output of your module documentation:
To build the HTML documentation for multiple modules, use a comma-separated list of module names: ``MODULES=my_code,my_other_code make webdocs``.
To ensure that your documentation matches your ``argument_spec``, run the ``validate-modules`` test. Note that this option isn't currently enabled in Shippable due to the time it takes to run.
To ensure that your documentation matches your ``argument_spec``, run the ``validate-modules`` test.
.. code-block:: bash