11 lines
249 B
YAML
11 lines
249 B
YAML
repos:
|
|
- repo: 'https://github.com/adrienverge/yamllint'
|
|
rev: v1.32.0
|
|
hooks:
|
|
- id: 'yamllint'
|
|
args:
|
|
[
|
|
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
|
|
"-s",
|
|
]
|