Diff

plugins/mod_mam/mamprefs.lib.lua @ 7855:e429982940fc

mod_mam: Silence warning about unused table used to describe data format [luacheck]
author Kim Alvefur <zash@zash.se>
date Mon, 23 Jan 2017 19:31:30 +0100
parent 7851:80ee0d9cd56f
child 7883:9ff791c9f069
line wrap: on
line diff
--- a/plugins/mod_mam/mamprefs.lib.lua	Mon Jan 23 19:31:03 2017 +0100
+++ b/plugins/mod_mam/mamprefs.lib.lua	Mon Jan 23 19:31:30 2017 +0100
@@ -12,6 +12,7 @@
 local global_default_policy = module:get_option("default_archive_policy", true);
 
 do
+	-- luacheck: ignore 211/prefs_format
 	local prefs_format = {
 		[false] = "roster",
 		-- default ::= true | false | "roster"