diff plugins/mod_storage_none.lua @ 8058:1b35a562528d

mod_storage_none: Ignore unused arguments [luacheck]
author Kim Alvefur <zash@zash.se>
date Tue, 04 Apr 2017 01:30:00 +0200
parents 7cf6d3a2c855
children 6a725b242804
line wrap: on
line diff
--- a/plugins/mod_storage_none.lua	Tue Apr 04 01:26:33 2017 +0200
+++ b/plugins/mod_storage_none.lua	Tue Apr 04 01:30:00 2017 +0200
@@ -1,3 +1,5 @@
+-- luacheck: ignore 212
+
 local driver = {};
 local driver_mt = { __index = driver };