mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 06:18:21 +01:00
30 lines
441 B
Lua
30 lines
441 B
Lua
unused_args = false
|
|
redefined = false
|
|
max_line_length = false
|
|
|
|
not_globals = {
|
|
"string.len",
|
|
"table.getn",
|
|
}
|
|
|
|
include_files = {
|
|
"**/*.lua",
|
|
"**/*.rockspec",
|
|
".busted",
|
|
".luacheckrc",
|
|
}
|
|
|
|
exclude_files = {
|
|
"test/*.lua",
|
|
"test/**/*.lua",
|
|
"samples/*.lua",
|
|
"samples/**/*.lua",
|
|
"gem/*.lua",
|
|
"gem/**/*.lua",
|
|
-- GH Actions Lua Environment
|
|
".lua",
|
|
".luarocks",
|
|
".install",
|
|
}
|
|
|