Skip to content

Commit

Permalink
use yamllint 1.3.0 (open-telemetry#807)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
  • Loading branch information
puckpuck committed Mar 24, 2023
1 parent 7423c28 commit 1702b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .yamlignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/kubernetes/opentelemetry-demo.yaml
kubernetes/opentelemetry-demo.yaml
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ markdownlint:
.PHONY: install-yamllint
install-yamllint:
# Using a venv is recommended
pip install -U yamllint~=1.26.1
pip install -U yamllint~=1.30.0

.PHONY: yamllint
yamllint:
Expand Down

0 comments on commit 1702b49

Please sign in to comment.