Diff

util/datamanager.lua @ 8555:4f0f5b49bb03

vairious: Add annotation when an empty environment is set [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 28 Feb 2018 20:06:26 +0100
parent 8299:756a2a00e7e7
child 9993:02a41315d275
child 10665:69acda92d5a9
line wrap: on
line diff
--- a/util/datamanager.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/datamanager.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -40,6 +40,7 @@
 end);
 
 local _ENV = nil;
+-- luacheck: std none
 
 ---- utils -----
 local encode, decode, store_encode;