---
extends: default

ignore: |
  .cache/
  .git/
  styles/
  target/

rules:
  line-length: disable
