gecko-dev/.yamllint
serge-sans-paille f839aeb59b Bug 1858299 - moz.yaml file should not start with --- r=tjr
That's usually a requirement for yaml files, but this break updatebot,
so add an exception here.

Differential Revision: https://phabricator.services.mozilla.com/D190651
2023-10-13 11:56:37 +00:00

12 lines
118 B
Plaintext

---
extends: default
rules:
document-start:
ignore: |
**/moz.yaml
ignore: |
*node_modules*
*bad.yml