---
extends: default

rules:
  # Disable line-length and truthy values reporting
  line-length: disable
  truthy: disable

  # Max 1 space to separate the elements in brakets
  braces:
    max-spaces-inside: 1

  # Max 1 space in empty brackets
  brackets:
    min-spaces-inside-empty: 0
    max-spaces-inside-empty: 1

ignore: |
  .tox
  .git
  .github
  .travis
  .travis.yml
  .vagrant
  example.dev-config.yml
  forklift
  pulp-ci
  roles/geerlingguy.postgresql
  roles/ansible-role-postgresql
  vagrant
  docs
  build/collections/ansible_collections/ansible
  build/collections/ansible_collections/community
