mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 15:28:34 +01:00
Changing yaml lint to error on unwanted conditions.
This commit is contained in:
parent
98813fe01b
commit
bdf012a206
8
.github/.yamllint
vendored
8
.github/.yamllint
vendored
@ -4,12 +4,12 @@ yaml-files:
|
||||
- '*.yml'
|
||||
rules:
|
||||
new-line-at-end-of-file:
|
||||
level: warning
|
||||
level: error
|
||||
trailing-spaces:
|
||||
level: warning
|
||||
level: error
|
||||
line-length:
|
||||
level: warning
|
||||
new-lines:
|
||||
level: warning
|
||||
level: error
|
||||
indentation:
|
||||
level: warning
|
||||
level: error
|
||||
|
BIN
.github/.yamllint.swp
vendored
BIN
.github/.yamllint.swp
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user