summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/dev_guide/testing/sanity/no-unwanted-files.rst
blob: 3d76324eeaa5b9a0d67c6128d92883ed99807f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
no-unwanted-files
=================

Specific file types are allowed in certain directories:

- ``lib`` - All content must reside in the ``lib/ansible`` directory.

- ``lib/ansible`` - Only source code with one of the following extensions is allowed:

  - ``*.cs`` - C#
  - ``*.ps1`` - PowerShell
  - ``*.psm1`` - PowerShell
  - ``*.py`` - Python