hadolint/.yamllint

9 lines
163 B
Text
Raw Permalink Normal View History

2019-10-02 21:50:00 +01:00
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning
document-start: disable