Skip to content

Commit 8bf2748

Browse files
[chore] Update yamllint to the most recent version (1.37.0) (open-telemetry#2126)
1 parent 47fe2c0 commit 8bf2748

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.yamllint

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ extends: default
22

33
ignore-from-file:
44
- .gitignore
5-
6-
ignore: |
7-
node_modules/*
8-
.github/workflows/*
5+
- .yamllint-ignore
96

107
rules:
118
document-start: disable

.yamllint-ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/*
2+
.github/workflows/*

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ markdownlint:
182182
.PHONY: install-yamllint
183183
install-yamllint:
184184
# Using a venv is recommended
185-
pip install -U yamllint~=1.26.1
185+
pip install -U yamllint~=1.37.0
186186

187187
.PHONY: yamllint
188188
yamllint:

0 commit comments

Comments
 (0)