Add luacheck config (#1741)
This commit is contained in:
parent
ecc8ebc8ed
commit
025e9c71c3
104
.luacheckrc
Normal file
104
.luacheckrc
Normal file
@ -0,0 +1,104 @@
|
||||
codes = true
|
||||
std = "min"
|
||||
self = false
|
||||
|
||||
read_globals = {
|
||||
"getfenv",
|
||||
"setfenv",
|
||||
"unpack",
|
||||
}
|
||||
|
||||
include_files = {
|
||||
"**/*.lua",
|
||||
"package/**/luasrc/**/*",
|
||||
"targets/*",
|
||||
}
|
||||
|
||||
exclude_files = {
|
||||
"**/*.mk",
|
||||
}
|
||||
|
||||
files["package/**/check_site.lua"] = {
|
||||
read_globals = {
|
||||
"alternatives",
|
||||
"extend",
|
||||
"in_domain",
|
||||
"in_site",
|
||||
"need",
|
||||
"need_alphanumeric_key",
|
||||
"need_array",
|
||||
"need_array_of",
|
||||
"need_boolean",
|
||||
"need_chanlist",
|
||||
"need_domain_name",
|
||||
"need_number",
|
||||
"need_one_of",
|
||||
"need_string",
|
||||
"need_string_array",
|
||||
"need_string_array_match",
|
||||
"need_string_match",
|
||||
"need_table",
|
||||
"need_value",
|
||||
"obsolete",
|
||||
"table_keys",
|
||||
"this_domain",
|
||||
},
|
||||
}
|
||||
|
||||
files["package/**/luasrc/lib/gluon/config-mode/*"] = {
|
||||
globals = {
|
||||
"DynamicList",
|
||||
"Flag",
|
||||
"Form",
|
||||
"i18n",
|
||||
"ListValue",
|
||||
"renderer.render",
|
||||
"renderer.render_string",
|
||||
"Section",
|
||||
"TextValue",
|
||||
"_translate",
|
||||
"translate",
|
||||
"translatef",
|
||||
"Value",
|
||||
},
|
||||
}
|
||||
|
||||
files["package/**/luasrc/lib/gluon/**/controller/*"] = {
|
||||
read_globals = {
|
||||
"_",
|
||||
"alias",
|
||||
"call",
|
||||
"entry",
|
||||
"model",
|
||||
"node",
|
||||
"template",
|
||||
},
|
||||
}
|
||||
|
||||
files["package/**/luasrc/lib/gluon/ebtables/*"] = {
|
||||
read_globals = {
|
||||
"chain",
|
||||
"rule",
|
||||
},
|
||||
max_line_length = false,
|
||||
}
|
||||
|
||||
files["targets/*"] = {
|
||||
read_globals = {
|
||||
"config",
|
||||
"defaults",
|
||||
"device",
|
||||
"env",
|
||||
"envtrue",
|
||||
"exec",
|
||||
"exec_capture",
|
||||
"exec_capture_raw",
|
||||
"exec_raw",
|
||||
"factory_image",
|
||||
"include",
|
||||
"no_opkg",
|
||||
"packages",
|
||||
"sysupgrade_image",
|
||||
"try_config",
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user