We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fe2c0 commit 8bf2748Copy full SHA for 8bf2748
.yamllint
@@ -2,10 +2,7 @@ extends: default
2
3
ignore-from-file:
4
- .gitignore
5
-
6
-ignore: |
7
- node_modules/*
8
- .github/workflows/*
+ - .yamllint-ignore
9
10
rules:
11
document-start: disable
.yamllint-ignore
@@ -0,0 +1,2 @@
1
+node_modules/*
+.github/workflows/*
Makefile
@@ -182,7 +182,7 @@ markdownlint:
182
.PHONY: install-yamllint
183
install-yamllint:
184
# Using a venv is recommended
185
- pip install -U yamllint~=1.26.1
+ pip install -U yamllint~=1.37.0
186
187
.PHONY: yamllint
188
yamllint:
0 commit comments