mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-07 09:13:57 +00:00
new: luacheck basic config
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
231f881c5a
commit
e80ff6296a
9
.luacheckrc
Normal file
9
.luacheckrc
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
std = "min"
|
||||||
|
cache = true
|
||||||
|
include_files = {
|
||||||
|
"userspace/falco/lua/*.lua",
|
||||||
|
"userspace/engine/lua/*.lua",
|
||||||
|
"userspace/engine/lua/lyaml/*.lua",
|
||||||
|
"*.luacheckrc"
|
||||||
|
}
|
||||||
|
exclude_files = {"build"}
|
Loading…
Reference in New Issue
Block a user