[ci/cd] feat: skip vars
This commit is contained in:
parent
eba96b3b5a
commit
fb5916e224
2 changed files with 15 additions and 13 deletions
|
|
@ -1,16 +1,18 @@
|
|||
---
|
||||
|
||||
exclude_paths:
|
||||
- "vars/*"
|
||||
|
||||
kinds:
|
||||
- playbook: '**/*.{yml,yaml}'
|
||||
- tasks: "**/*.{yml,yaml}"
|
||||
|
||||
skip_list:
|
||||
- 'command-shell'
|
||||
- 'experimental'
|
||||
- 'git-latest'
|
||||
- 'no-changed-when'
|
||||
- 'no-handler'
|
||||
- 'name[casing]'
|
||||
- 'name[template]'
|
||||
- 'risky-file-permissions'
|
||||
- 'schema[playbook]'
|
||||
- 'var-naming[no-role-prefix]'
|
||||
- "command-shell"
|
||||
- "experimental"
|
||||
- "git-latest"
|
||||
- "no-changed-when"
|
||||
- "no-handler"
|
||||
- "name[casing]"
|
||||
- "name[template]"
|
||||
- "risky-file-permissions"
|
||||
- "var-naming[no-role-prefix]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue