1
0
mirror of https://github.com/actions/setup-python synced 2024-11-30 21:22:28 +08:00
setup-python/yaml-lint-config.yml

8 lines
139 B
YAML
Raw Normal View History

2019-11-26 01:33:19 +08:00
extends: default
rules:
2019-12-28 02:08:34 +08:00
# 120 chars should be enough, but don't fail if a line is longer
2019-11-26 01:33:19 +08:00
line-length:
2019-12-28 02:08:34 +08:00
max: 120
2019-11-26 01:33:19 +08:00
level: warning