extends: default

rules:
  line-length:
    max: 120
  document-start: disable
  truthy: disable  # Disable for GitHub Actions compatibility
  comments:
    min-spaces-from-content: 2
