---
extends: default

rules:
  # 310 chars should be enough, but don't fail if a line is longer
  line-length:
    max: 310
    level: warning