setup-python/yaml-lint-config.yml
2022-06-05 17:16:29 +08:00

7 lines
139 B
YAML

extends: default
rules:
# 600 chars should be enough, but don't fail if a line is longer
line-length:
max: 600
level: warning