summaryrefslogtreecommitdiff
path: root/.yamllint.yaml
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2021-09-19 09:34:44 +0200
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-21 17:03:51 +0000
commitf367af443496dc0dc8cdb924fabf1dd0f535be45 (patch)
treeb8a68517028b794c1e93639d940603a4dca1b89d /.yamllint.yaml
parent549f96889a77c39fa4f2257305788a00848f9e97 (diff)
downloadnode-new-f367af443496dc0dc8cdb924fabf1dd0f535be45.tar.gz
tools: extend default yamllint config
PR-URL: https://github.com/nodejs/node/pull/40150 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.yamllint.yaml')
-rw-r--r--.yamllint.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.yamllint.yaml b/.yamllint.yaml
index d4af06e415..97ec306ea3 100644
--- a/.yamllint.yaml
+++ b/.yamllint.yaml
@@ -1,8 +1,15 @@
-extends: relaxed
+extends: default
rules:
+ document-start:
+ present: false
line-length: disable
+ truthy:
+ allowed-values: ['true', 'false', 'on', 'off']
ignore: |
/deps/
node_modules/
+ /test/fixtures/wpt/
+ /tools/gyp/
+ /tools/pip/