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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c0053a07323..b7a33d86bed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,9 +9,11 @@
!deps/**/.*
!test/fixtures/**/.*
!.clang-format
+!.cpplint
!.editorconfig
!.eslintignore
!.eslintrc.js
+!.eslintrc.yaml
!.flake8
!.gitattributes
!.github
@@ -19,8 +21,7 @@
!.gitkeep
!.mailmap
!.nycrc
-!.eslintrc.yaml
-!.cpplint
+!.yamllint.yaml
# === Rules for root dir ===
/core