setup-java/yaml-lint-config.yml

8 lines
139 B
YAML
Raw Permalink Normal View History

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