---
yaml-files:
  - '*.yaml'
  - '*.yml'
  - '.yamllint'

extends: default
rules:
  line-length:
    max: 120

ignore: |
  /tests/*.yaml
