mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-23 06:35:33 +01:00
Use relaxed rules
This commit is contained in:
parent
061511e5fe
commit
2ce0227c7e
1 changed files with 8 additions and 8 deletions
16
.github/workflows/yaml.yml
vendored
16
.github/workflows/yaml.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue