---
extends: default

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

  indentation:
    spaces: consistent
