lint
This commit is contained in:
parent
90e35a58f0
commit
093a0b81aa
1 changed files with 21 additions and 0 deletions
21
.ansible-lint
Normal file
21
.ansible-lint
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
profile: production
|
||||
|
||||
# Paths to exclude from linting
|
||||
exclude_paths:
|
||||
- collections/
|
||||
- .git/
|
||||
|
||||
# Treat these rule IDs as warnings instead of errors
|
||||
warn_list:
|
||||
- experimental
|
||||
- yaml[line-length]
|
||||
- name
|
||||
- no-handler
|
||||
- risky-shell-pipe
|
||||
- no-changed-when
|
||||
- risky-file-permissions
|
||||
|
||||
# Skip rules that don't apply to this project
|
||||
skip_list:
|
||||
- var-naming[no-role-prefix]
|
||||
Loading…
Reference in a new issue