mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-29 21:48:32 +00:00
9 lines
164 B
Lua
9 lines
164 B
Lua
std = "min"
|
|
cache = true
|
|
include_files = {
|
|
"userspace/engine/lua/*.lua",
|
|
"userspace/engine/lua/lyaml/*.lua",
|
|
"*.luacheckrc"
|
|
}
|
|
exclude_files = {"build"}
|