---
extends: default

rules:
  document-start: disable
  trailing-spaces: disable
  line-length:
    max: 300
  truthy: disable
  indentation: disable
  comments-indentation: disable
