mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
moved hardcoded settings from doccli to constants
This commit is contained in:
parent
27b02e8f6c
commit
75b9c7db14
2 changed files with 7 additions and 6 deletions
|
@ -302,3 +302,6 @@ VAULT_VERSION_MIN = 1.0
|
|||
VAULT_VERSION_MAX = 1.0
|
||||
TREE_DIR = None
|
||||
LOCALHOST = frozenset(['127.0.0.1', 'localhost', '::1'])
|
||||
# module search
|
||||
BLACKLIST_EXTS = ('.pyc', '.swp', '.bak', '~', '.rpm', '.md', '.txt')
|
||||
IGNORE_FILES = [ "COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION", "GUIDELINES", "test-docs.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue