mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add sanity test to check for unwanted files.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Sanity Tests » 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
|
||||
Reference in New Issue
Block a user