20 lines
388 B
Text
20 lines
388 B
Text
|
|
---
|
||
|
|
profile: production
|
||
|
|
|
||
|
|
# Exclude paths Ansible-lint should not check
|
||
|
|
exclude_paths:
|
||
|
|
- .venv/
|
||
|
|
- .collections/
|
||
|
|
- .scaffold/
|
||
|
|
|
||
|
|
# Warn only (don't fail) on these rules during initial setup
|
||
|
|
# Remove entries as the codebase matures
|
||
|
|
warn_list:
|
||
|
|
- experimental
|
||
|
|
|
||
|
|
# Skip rules that conflict with our conventions
|
||
|
|
skip_list: []
|
||
|
|
|
||
|
|
# Enforce FQCN for all builtin modules
|
||
|
|
use_default_rules: true
|