Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-09-05 15:59:24 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-07 16:54:10 +0300
commit2b131a50e0ec03e78b594ee7c157b7afbacb3be9 (patch)
treee38420d2d6ab636f9eea7de1313a0a77a3b301df /.yamllint.yaml
parent77c81cbc4a43e6fea32c8ebb71c4c000fd86fba5 (diff)
build: add YAML linting
PR-URL: https://github.com/nodejs/node/pull/40007 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to '.yamllint.yaml')
-rw-r--r--.yamllint.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.yamllint.yaml b/.yamllint.yaml
new file mode 100644
index 00000000000..d4af06e4156
--- /dev/null
+++ b/.yamllint.yaml
@@ -0,0 +1,8 @@
+extends: relaxed
+
+rules:
+ line-length: disable
+
+ignore: |
+ /deps/
+ node_modules/