changeset 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
parents 65082d91950e
children 7fb82481b3db
files .luacheckrc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Sat Feb 17 08:42:10 2018 +0100
+++ b/.luacheckrc	Fri Feb 23 17:17:50 2018 +0100
@@ -40,8 +40,6 @@
 	"module.get_option_set",
 	"module.get_option_string",
 	"module.handle_items",
-	"module.has_feature",
-	"module.has_identity",
 	"module.hook",
 	"module.hook_global",
 	"module.hook_object_event",