mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
7 lines
139 B
YAML
7 lines
139 B
YAML
extends: default
|
|
|
|
rules:
|
|
# 100 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 100
|
|
level: warning
|