---
extends: relaxed

rules:
  # GitLab CI commit-style entries can be long; allow up to 240 cols.
  line-length:
    max: 240
    level: warning
  # Some files use {flow style} for compact variable maps; allow it.
  braces:
    forbid: false
  # Allow `on:`, `off:` etc. as plain values (GitLab uses them).
  truthy:
    check-keys: false
