1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-19 16:16:43 +00:00
setup-java/yaml-lint-config.yml

8 lines
137 B
YAML
Raw Normal View History

2019-11-25 17:15:12 +00:00
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning