mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-02-07 15:21:07 +01:00
10 lines
192 B
YAML
10 lines
192 B
YAML
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
|
|
truthy:
|
|
level: warning
|