Changeset

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 8057:4a9275594981
children 8059:6a725b242804
files plugins/mod_storage_none.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 };