Skip to content

Commit

Permalink
Bug 1858299 - moz.yaml file should not start with --- r=tjr
Browse files Browse the repository at this point in the history
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
  • Loading branch information
serge-sans-paille committed Oct 13, 2023
1 parent 18e3d87 commit f839aeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
extends: default

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

ignore: |
*node_modules*
*bad.yml
3 changes: 0 additions & 3 deletions tools/fuzzing/libfuzzer/moz.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
---

schema: 1

bugzilla:
Expand Down

0 comments on commit f839aeb

Please sign in to comment.