---
extends: default

rules:
  line-length:
    max: 1000
    level: warning

ignore: |
  .github/workflows/test.yml
  .github/workflows/release.yml
