---
profile: production

# Paths to exclude from linting
exclude_paths:
  - collections/
  - .git/

# Treat these rule IDs as warnings instead of errors
warn_list:
  - experimental
  - yaml[line-length]
  - no-handler
  - risky-shell-pipe
  - no-changed-when
  - risky-file-permissions

# Skip rules that don't apply to this project
skip_list:
  - var-naming[no-role-prefix]
  - name
