1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-02-23 04:00:37 +07:00
setup-python/yaml-lint-config.yml

8 lines
137 B
YAML
Raw Normal View History

2019-11-26 00:33:19 +07:00
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning