# HG changeset patch # User Kim Alvefur # Date 1491262200 -7200 # Node ID 1b35a562528d029ad661ae35c0dd8f7cd51648f8 # Parent 4a9275594981f0a041213d56ac6742961272bec7 mod_storage_none: Ignore unused arguments [luacheck] diff -r 4a9275594981 -r 1b35a562528d plugins/mod_storage_none.lua --- 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 };