Skip to content
Snippets Groups Projects
Commit 97f15152 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: add luacheck support for package/features

parent ee5ec5af
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ include_files = { ...@@ -12,6 +12,7 @@ include_files = {
"**/*.lua", "**/*.lua",
"package/**/luasrc/**/*", "package/**/luasrc/**/*",
"targets/*", "targets/*",
"package/features",
} }
exclude_files = { exclude_files = {
...@@ -104,3 +105,10 @@ files["targets/*"] = { ...@@ -104,3 +105,10 @@ files["targets/*"] = {
"try_config", "try_config",
}, },
} }
files["package/features"] = {
read_globals = {
"_",
"feature",
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment