blob: 38361981e68f92717895da0d4e06d6638db1f19c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
.. _lint_documentation:
Ansible Lint Documentation
==========================
About Ansible Lint
``````````````````
Ansible Lint is a commandline tool for linting playbooks. Use it to detect behaviors and practices that could potentially
be improved.
The tool is used by the `Ansible Galaxy project <https://github.com/ansible/galaxy/>`_ to lint and calculate quality scores
for content contributed to the `Galaxy Hub <https://galaxy.ansible.com>`_.
The project was originally started by `@willthames <https://github.com/willthames/>`_, and has since been
transferred to the Ansible project team.
.. toctree::
:maxdepth: 3
:caption: Installing
installing
.. toctree::
:maxdepth: 3
:caption: Usage
usage
.. toctree::
:maxdepth: 3
:caption: Configuring
configuring
.. toctree::
:maxdepth: 4
:caption: Rules
rules
default_rules
.. toctree::
:caption: Contributing
contributing
|