mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
luacheckrc: Declare module.environment as writable (thanks Link Mauve)
This commit is contained in:
parent
863f155efb
commit
bf96691bcc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,6 @@ files["plugins/"] = {
|
||||||
"module.event_handlers",
|
"module.event_handlers",
|
||||||
"module.reloading",
|
"module.reloading",
|
||||||
"module.saved_state",
|
"module.saved_state",
|
||||||
"module.environment",
|
|
||||||
"module.global",
|
"module.global",
|
||||||
"module.path",
|
"module.path",
|
||||||
|
|
||||||
|
@ -87,6 +86,7 @@ files["plugins/"] = {
|
||||||
"module.save",
|
"module.save",
|
||||||
"module.restore",
|
"module.restore",
|
||||||
"module.command",
|
"module.command",
|
||||||
|
"module.environment",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
files["tests/"] = {
|
files["tests/"] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue