mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 07:48:50 +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'
|
- '*.yml'
|
||||||
rules:
|
rules:
|
||||||
new-line-at-end-of-file:
|
new-line-at-end-of-file:
|
||||||
level: warning
|
level: error
|
||||||
trailing-spaces:
|
trailing-spaces:
|
||||||
level: warning
|
level: error
|
||||||
line-length:
|
line-length:
|
||||||
level: warning
|
level: warning
|
||||||
new-lines:
|
new-lines:
|
||||||
level: warning
|
level: error
|
||||||
indentation:
|
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