Merge pull request 'chore: allow long lines in yamllint' (#36) from benvin/yamlint-args into master

Reviewed-on: #36
This commit is contained in:
Ben Vincent 2025-12-01 21:51:11 +11:00
commit 3bada72838

View File

@ -10,3 +10,8 @@ repos:
rev: v1.37.1
hooks:
- id: yamllint
args:
[
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
"-s",
]