---
extends: default
ignore:
  - .ansible/
  - .cache/
  - .git/
  - .github/
rules:
  line-length: disable
  comments:
    min-spaces-from-content: 1
  comments-indentation: false
  indentation:
    spaces: 2
  empty-lines:
    max: 0
  document-start:
    present: true
  braces:
    max-spaces-inside: 1
  octal-values:
    forbid-implicit-octal: true
    forbid-explicit-octal: true
  truthy:
    allowed-values: ['true', 'false', 'on']
