mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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.reloading",
|
||||
"module.saved_state",
|
||||
"module.environment",
|
||||
"module.global",
|
||||
"module.path",
|
||||
|
||||
|
@ -87,6 +86,7 @@ files["plugins/"] = {
|
|||
"module.save",
|
||||
"module.restore",
|
||||
"module.command",
|
||||
"module.environment",
|
||||
};
|
||||
}
|
||||
files["tests/"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue