Diff

core/storagemanager.lua @ 6663:d3023dd07cb6

portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
author Matthew Wild <mwild1@gmail.com>
date Wed, 06 May 2015 19:20:07 +0100
parent 6552:bcb834728ee5
child 6666:42fdc8dddf04
child 6779:6236668da30a
line wrap: on
line diff
--- a/core/storagemanager.lua	Wed May 06 19:17:59 2015 +0100
+++ b/core/storagemanager.lua	Wed May 06 19:20:07 2015 +0100
@@ -23,7 +23,7 @@
 		name = "null",
 		open = function (self) return self; end
 	}, {
-		__index = function (self, method)
+		__index = function (self, method) --luacheck: ignore 212
 			return null_storage_method;
 		end
 	}