mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
bd8a97dbff
Differential Revision: https://phabricator.services.mozilla.com/D190956
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
---
|
|
ignore: |
|
|
*node_modules*
|
|
**/test/params/
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
document-end:
|
|
present: false
|
|
document-start:
|
|
present: true
|
|
indentation:
|
|
spaces: 4
|
|
# Checks currently failing
|
|
line-length: disable
|