diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-16 23:49:27 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-16 23:49:27 +0100 |
commit | 3e5d5895f9365fbecf497d9080f8f5705a3266a6 (patch) | |
tree | 5d9e9dfec7020f862dc40a4b872556e3661b5327 /.luacheckrc | |
parent | 5b35a9ffb3c7d9cc46c10d788b1dd573f11b1688 (diff) | |
parent | a374056fa56185322141484732d963abdee02941 (diff) | |
download | prosody-3e5d5895f9365fbecf497d9080f8f5705a3266a6.tar.gz prosody-3e5d5895f9365fbecf497d9080f8f5705a3266a6.zip |
Merge 0.10->trunk
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index d931da66..8b1afa42 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -48,6 +48,7 @@ files["plugins/"] = { "module.get_option_inherited_set", "module.get_option_number", "module.get_option_path", + "module.get_option_scalar", "module.get_option_set", "module.get_option_string", "module.handle_items", |