---
profile: production
parseable: true
verbosity: 1
use_default_rules: true

exclude_paths:
- .cache/
- .github/
- examples/

skip_list:
- 'yaml'  # Disable YAML linting since it's done by yamllint
- '204'  # Allow string length greater than 160 chars
- 'no-changed-when'  # False positives for running command shells
- 'empty-string-compare'  # Allow compare to empty string
- var-naming[no-role-prefix]
