# HG changeset patch # User Kim Alvefur # Date 1455035044 -3600 # Node ID 18b7ffd08d56c5242713c2547590f99a88936fd3 # Parent 4a0825984e42ee82ec8979902307736d8a224e9c mod_storage_sql: Silence some harmless luacheck warnings diff -r 4a0825984e42 -r 18b7ffd08d56 plugins/mod_storage_sql.lua --- a/plugins/mod_storage_sql.lua Tue Feb 09 17:09:01 2016 +0100 +++ b/plugins/mod_storage_sql.lua Tue Feb 09 17:24:04 2016 +0100 @@ -1,3 +1,5 @@ + +-- luacheck: ignore 212/self local json = require "util.json"; local sql = require "util.sql"; @@ -125,6 +127,7 @@ --- Archive store API +-- luacheck: ignore 512 431/user 431/store local map_store = {}; map_store.__index = map_store; map_store.remove = {};