mirror of https://github.com/ansible/ansible.git
Remove redundant "Sanity Tests »" from page title.
The docs now have multi-level breadcrumbs so including "Sanity Tests »" in the title on a sanity test page is redundant.
(cherry picked from commit b4494fa547
)
pull/59657/head
parent
4782c6b0b8
commit
dd42aac878
@ -1,4 +1,4 @@
|
||||
Sanity Tests » action-plugin-docs
|
||||
=================================
|
||||
action-plugin-docs
|
||||
==================
|
||||
|
||||
Each action plugin should have a matching module of the same name to provide documentation.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » ansible-doc
|
||||
==========================
|
||||
ansible-doc
|
||||
===========
|
||||
|
||||
Verifies that ``ansible-doc`` can parse module documentation on all supported Python versions.
|
||||
|
@ -1,6 +1,6 @@
|
||||
:orphan:
|
||||
|
||||
Sanity Tests » ansible-var-precedence-check
|
||||
===========================================
|
||||
ansible-var-precedence-check
|
||||
============================
|
||||
|
||||
Check the order of precedence for Ansible variables against :ref:`ansible_variable_precedence`.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » botmeta
|
||||
======================
|
||||
botmeta
|
||||
=======
|
||||
|
||||
Verifies that ``./github/BOTMETA.yml`` is valid.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » compile
|
||||
======================
|
||||
compile
|
||||
=======
|
||||
|
||||
See :doc:`../../testing_compile` for more information.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Sanity Tests » configure-remoting-ps1
|
||||
=====================================
|
||||
configure-remoting-ps1
|
||||
======================
|
||||
|
||||
The file ``examples/scripts/ConfigureRemotingForAnsible.ps1`` is required and must be a regular file.
|
||||
It is used by external automated processes and cannot be moved, renamed or replaced with a symbolic link.
|
||||
|
@ -1,6 +1,6 @@
|
||||
:orphan:
|
||||
|
||||
Sanity Tests » deprecated-config
|
||||
================================
|
||||
deprecated-config
|
||||
=================
|
||||
|
||||
``DOCUMENTATION`` config is scheduled for removal
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » docs-build
|
||||
=========================
|
||||
docs-build
|
||||
==========
|
||||
|
||||
Verifies that ``make singlehtmldocs`` in ``docs/docsite/`` completes without errors.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Sanity Tests » import
|
||||
=====================
|
||||
import
|
||||
======
|
||||
|
||||
All Python imports in ``lib/ansible/modules/`` and ``lib/ansible/module_utils/`` which are not from the Python standard library
|
||||
must be imported in a try/except ImportError block.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » line-endings
|
||||
===========================
|
||||
line-endings
|
||||
============
|
||||
|
||||
All files must use ``\n`` for line endings instead of ``\r\n``.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » no-smart-quotes
|
||||
==============================
|
||||
no-smart-quotes
|
||||
===============
|
||||
|
||||
Smart quotes (``”“‘’``) should not be used. Use plain ascii quotes (``"'``) instead.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » pslint
|
||||
=====================
|
||||
pslint
|
||||
======
|
||||
|
||||
PowerShell static analysis for common programming errors using `PSScriptAnalyzer <https://github.com/PowerShell/PSScriptAnalyzer/>`_.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » pylint
|
||||
=====================
|
||||
pylint
|
||||
======
|
||||
|
||||
Python static analysis for common programming errors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » replace-urlopen
|
||||
==============================
|
||||
replace-urlopen
|
||||
===============
|
||||
|
||||
Use ``open_url`` from ``module_utils`` instead of ``urlopen``.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Sanity Tests » required-and-default-attributes
|
||||
==============================================
|
||||
required-and-default-attributes
|
||||
===============================
|
||||
|
||||
Use only one of ``default`` or ``required`` with ``FieldAttribute``.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » rstcheck
|
||||
=======================
|
||||
rstcheck
|
||||
========
|
||||
|
||||
Check reStructuredText files for syntax and formatting issues.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » sanity-docs
|
||||
==========================
|
||||
sanity-docs
|
||||
===========
|
||||
|
||||
Documentation for each ``ansible-test sanity`` test is required.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » shellcheck
|
||||
=========================
|
||||
shellcheck
|
||||
==========
|
||||
|
||||
Static code analysis for shell scripts using the excellent `shellcheck <https://www.shellcheck.net/>`_ tool.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » test-constraints
|
||||
===============================
|
||||
test-constraints
|
||||
================
|
||||
|
||||
Constraints for test requirements should be in ``test/runner/requirements/constraints.txt``.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » use-compat-six
|
||||
=============================
|
||||
use-compat-six
|
||||
==============
|
||||
|
||||
Use ``six`` from ``module_utils`` instead of ``six``.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Sanity Tests » yamllint
|
||||
=======================
|
||||
yamllint
|
||||
========
|
||||
|
||||
Check YAML files for syntax and formatting issues.
|
||||
|
Loading…
Reference in New Issue