core/storagemanager.lua
changeset 6669 42fdc8dddf04
parent 6560 8aa967c81cbc
parent 6666 d3023dd07cb6
child 6794 e813e8cf6046
--- a/core/storagemanager.lua	Tue May 05 01:34:20 2015 +0200
+++ b/core/storagemanager.lua	Wed May 06 19:26:53 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
 	}