---
exclude_paths:
    - .ansible/
    - .github/
    - .venv/
    - venv/

profile: production
strict: true

skip_list:
    - galaxy[version-incorrect]
    - command-instead-of-module
    - no-handler
    - package-latest

use_default_rules: true
