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

add k8s config

This commit is contained in:
karancode 2020-03-12 16:25:29 +09:00
parent e861b330f4
commit e0df3782d5

7
config/k8s.yml Normal file
View file

@ -0,0 +1,7 @@
extends: default
rules:
# 100 chars should be enough, but don't fail if a line is longer
line-length:
max: 100
level: warning