mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
77c81cbc4a
commit
2b131a50e0
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user