Use relaxed rules

This commit is contained in:
Liz Rice 2020-12-21 16:21:06 +00:00 committed by GitHub
parent 061511e5fe
commit 2ce0227c7e
Failed to generate hash of commit

View file

@ -24,11 +24,11 @@ jobs:
uses: ibiqlik/action-yamllint@v3.0.0 uses: ibiqlik/action-yamllint@v3.0.0
with: with:
config_data: | config_data: |
extends: default extends: relaxed
rules: # rules:
new-line-at-end-of-file: # new-line-at-end-of-file:
level: warning # level: warning
trailing-spaces: # trailing-spaces:
level: warning # level: warning
line-length: # line-length:
level: warning # level: warning