mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add blacklist/ignore for .idea dir.
This commit is contained in:
parent
5d342050a6
commit
54118d45da
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ from utils import CaptureStd
|
|||
import yaml
|
||||
|
||||
|
||||
BLACKLIST_DIRS = frozenset(('.git', 'test', '.github'))
|
||||
BLACKLIST_DIRS = frozenset(('.git', 'test', '.github', '.idea'))
|
||||
INDENT_REGEX = re.compile(r'([\t]*)')
|
||||
BLACKLIST_IMPORTS = {
|
||||
'requests': {
|
||||
|
|
Loading…
Reference in a new issue