setup-java/yaml-lint-config.yml

8 lines
139 B
YAML
Raw Normal View History

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