mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 22:58:12 +00:00
new: YAML lint configuration
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
committed by
Leo Di Donato
parent
a32870ae1d
commit
4c68da0dcc
8
.yamllint.conf
Normal file
8
.yamllint.conf
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
extends: default
|
||||||
|
|
||||||
|
rules:
|
||||||
|
indentation: disable
|
||||||
|
document-start: disable
|
||||||
|
comments: disable
|
||||||
|
line-length: disable
|
||||||
|
new-line-at-end-of-file: disable
|
Reference in New Issue
Block a user