---
extends: default

ignore: |
  .git/
  .github/

rules:
  line-length:
    max: 160
