Raw File
.yamllint
---
extends: default

rules:
  document-start:
    ignore: |
      **/moz.yaml

ignore: |
  *node_modules*
  *bad.yml
back to top