mirror of
https://github.com/actions/setup-java.git
synced 2025-06-29 12:34:14 +00:00
Implement support for custom vendors in setup-java
This commit is contained in:
parent
e73e96a93b
commit
b2da088220
21 changed files with 34331 additions and 21391 deletions
|
@ -1,7 +1,7 @@
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
# 80 chars should be enough, but don't fail if a line is longer
|
||||
# 100 chars should be enough, but don't fail if a line is longer
|
||||
line-length:
|
||||
max: 80
|
||||
max: 100
|
||||
level: warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue