Some checks failed
Test Collection / Sanity Tests (Ansible devel) (push) Failing after 13s
Test Collection / Sanity Tests (Ansible stable-2.15) (push) Failing after 1m20s
Test Collection / Sanity Tests (Ansible stable-2.16) (push) Failing after 1m11s
Test Collection / Sanity Tests (Ansible stable-2.17) (push) Failing after 1m14s
Test Collection / Python Syntax Check (push) Successful in 7s
Test Collection / Build Collection (push) Failing after 21s
Test Collection / YAML and Ansible Lint (push) Successful in 12s
Test Collection / Documentation Check (push) Successful in 7s
Test Collection / Unit Tests (push) Successful in 7s
21 lines
338 B
Plaintext
21 lines
338 B
Plaintext
---
|
|
profile: production
|
|
|
|
exclude_paths:
|
|
- .gitea/
|
|
- changelogs/
|
|
- tests/output/
|
|
- '*.tar.gz'
|
|
|
|
skip_list:
|
|
- experimental # Allow experimental features
|
|
- ignore-errors # For development
|
|
|
|
warn_list:
|
|
- role-name[path] # Role naming convention
|
|
|
|
# Enable all rules by default
|
|
enable_list:
|
|
- no-log-password
|
|
- no-same-owner
|