mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
36 lines
569 B
Plaintext
36 lines
569 B
Plaintext
# .ansible-lint
|
|
exclude_paths:
|
|
- .cache/
|
|
- .github/
|
|
- molecule/
|
|
- .ansible-lint
|
|
- .yamllint
|
|
- meta/
|
|
- playbooks/roles/
|
|
|
|
enable_list:
|
|
- fqcn-builtins # opt-in
|
|
- no-log-password # opt-in
|
|
|
|
warn_list:
|
|
- experimental
|
|
- ignore-errors
|
|
- no-handler
|
|
- fqcn-builtins
|
|
- no-log-password
|
|
- no-empty-data-files
|
|
- name[template]
|
|
- fqcn[keyword]
|
|
- schema[meta]
|
|
- no-free-form
|
|
- run-once[task]
|
|
- var-naming[no-role-prefix]
|
|
- yaml[truthy]
|
|
- galaxy[version-incorrect]
|
|
|
|
skip_list:
|
|
- jinja[spacing]
|
|
|
|
use_default_rules: true
|
|
parseable: true
|