Diff

util/datetime.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 7259:d8300985f2bb
child 9698:e616c37756b3
line wrap: on
line diff
--- a/util/datetime.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/datetime.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -15,6 +15,7 @@
 local tonumber = tonumber;
 
 local _ENV = nil;
+-- luacheck: std none
 
 local function date(t)
 	return os_date("!%Y-%m-%d", t);