1
0
Fork 0
mirror of https://github.com/karancode/yamllint-github-action.git synced 2024-08-16 10:19:48 +02:00
yamllint/config/k8s.yml

8 lines
139 B
YAML
Raw Permalink Normal View History

2020-03-12 08:25:29 +01:00
extends: default
rules:
# 100 chars should be enough, but don't fail if a line is longer
line-length:
max: 100
level: warning