diff options
Diffstat (limited to 'taskcluster/.yamllint')
-rw-r--r-- | taskcluster/.yamllint | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/taskcluster/.yamllint b/taskcluster/.yamllint new file mode 100644 index 0000000000..565358489b --- /dev/null +++ b/taskcluster/.yamllint @@ -0,0 +1,15 @@ +--- +ignore: | + *node_modules* + +extends: default + +rules: + document-end: + present: false + document-start: + present: true + indentation: + spaces: 4 + # Checks currently failing + line-length: disable |