mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 16:21:12 +00:00
Ignore the .github directory
This commit is contained in:
@@ -25,7 +25,7 @@ from utils import CaptureStd, find_globals
|
||||
import yaml
|
||||
|
||||
|
||||
BLACKLIST_DIRS = frozenset(('.git', 'test'))
|
||||
BLACKLIST_DIRS = frozenset(('.git', 'test', '.github'))
|
||||
INDENT_REGEX = re.compile(r'([\t]*)')
|
||||
BASIC_RESERVED = frozenset((r for r in dir(module_utils_basic) if r[0] != '_'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user