---
# Ansible Lint Configuration for Graphiant Playbooks Collection
# https://ansible-lint.readthedocs.io/

# Exclude paths from linting
exclude_paths:
  - test/
  - tests/
  - .github/
  - build/
  - docs/
  - __pycache__/
  - .pytest_cache/
  - configs/  # Sample configuration files

# Use default rules
use_default_rules: true

# Verbosity level
verbosity: 1
