aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mod_storage_none.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mod_storage_none.lua b/plugins/mod_storage_none.lua
index fa925b76..f1692cb8 100644
--- a/plugins/mod_storage_none.lua
+++ b/plugins/mod_storage_none.lua
@@ -1,3 +1,5 @@
+-- luacheck: ignore 212
+
local driver = {};
local driver_mt = { __index = driver };