Files
kubevirt.core/.ansible-lint
Felix Matouschek 6ee5a9c7c9 ansible-lint: Groom the .ansible-lint file
- Enable production profile
- Remove excludes no longer necessary
- Try to not skip any tests

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2024-02-26 16:31:56 +01:00

12 lines
162 B
Plaintext

# .ansible-lint
exclude_paths:
- .github/
enable_list:
- fqcn-builtins # opt-in
- no-log-password # opt-in
- yaml
profile: production
parseable: true