mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 13:34:44 +01:00
9 lines
163 B
Text
9 lines
163 B
Text
|
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
|