Add skip list to ansible lint
Also modify gitignore to allow . files to be included and ignore .stestr dir Change-Id: I53d11a484e5e86c5adf803a62eb6fe90e646b3aa
This commit is contained in:
parent
d17101a437
commit
61f45c596d
4
.ansible-lint
Normal file
4
.ansible-lint
Normal file
@ -0,0 +1,4 @@
|
||||
skip_list:
|
||||
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern'
|
||||
- '208' # File permissions not mentioned
|
||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,3 @@
|
||||
# All dot-files
|
||||
.*
|
||||
# Ansible retry files
|
||||
*.retry
|
||||
# Tenks state file
|
||||
@ -112,3 +110,6 @@ venv.bak/
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
|
||||
# tests
|
||||
.stestr/
|
||||
|
Loading…
Reference in New Issue
Block a user