Software / code / prosody-modules
Comparison
.luacheckrc @ 2888:59cc6f9e8e68
luacheckrc: Remove has_feature and has_identity before someone decides to use them
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 23 Feb 2018 17:17:50 +0100 |
| parent | 2612:1cf418299d86 |
| child | 2904:788f3616e6a0 |
comparison
equal
deleted
inserted
replaced
| 2887:65082d91950e | 2888:59cc6f9e8e68 |
|---|---|
| 38 "module.get_option_number", | 38 "module.get_option_number", |
| 39 "module.get_option_path", | 39 "module.get_option_path", |
| 40 "module.get_option_set", | 40 "module.get_option_set", |
| 41 "module.get_option_string", | 41 "module.get_option_string", |
| 42 "module.handle_items", | 42 "module.handle_items", |
| 43 "module.has_feature", | |
| 44 "module.has_identity", | |
| 45 "module.hook", | 43 "module.hook", |
| 46 "module.hook_global", | 44 "module.hook_global", |
| 47 "module.hook_object_event", | 45 "module.hook_object_event", |
| 48 "module.hook_tag", | 46 "module.hook_tag", |
| 49 "module.load_resource", | 47 "module.load_resource", |