Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions linters/yamllint/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tools:
runtime: python
package: yamllint
shims: [yamllint]
known_good_version: 1.26.3
known_good_version: 1.37.1
lint:
definitions:
- name: yamllint
Expand All @@ -26,7 +26,7 @@ lint:
- .yamllint.yaml
- .yamllint.yml
issue_url_format: https://yamllint.readthedocs.io/en/stable/rules.html
known_good_version: 1.26.3
known_good_version: 1.37.1
version_command:
parse_regex: ${semver}
run: yamllint --version
Expand Down
Loading