This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-11-26 22:32:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
gecko-dev
/
.yamllint
12 lines
118 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Bug 1392795 - [yamllint] Group paths to lint by their closest config and run each config group separately, r=dustin This makes configuration files for yamllint work a bit better. It's still not perfect, but it's an improvement on the current situation. MozReview-Commit-ID: IKxgQm1a7bP --HG-- extra : rebase_source : 051fafe21337f0557ee39ec71c90e74fd61d3da7
2017-08-23 15:28:28 +00:00
---
Bug 1606009 - Fix & silent some tests r=Callek Differential Revision: https://phabricator.services.mozilla.com/D58266 --HG-- extra : moz-landing-system : lando
2019-12-26 22:13:18 +00:00
extends: default
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
rules:
document-start:
ignore: |
**/moz.yaml
Bug 1392795 - [yamllint] Group paths to lint by their closest config and run each config group separately, r=dustin This makes configuration files for yamllint work a bit better. It's still not perfect, but it's an improvement on the current situation. MozReview-Commit-ID: IKxgQm1a7bP --HG-- extra : rebase_source : 051fafe21337f0557ee39ec71c90e74fd61d3da7
2017-08-23 15:28:28 +00:00
ignore: |
*node_modules*
Bug 1606009 - Fix & silent some tests r=Callek Differential Revision: https://phabricator.services.mozilla.com/D58266 --HG-- extra : moz-landing-system : lando
2019-12-26 22:13:18 +00:00
*bad.yml
Reference in New Issue
Copy Permalink