---
extends: default

rules:
  line-length:
    max: 120
    level: warning

ignore: |
  ansible_collections/
  roles/
  venv/
