Diff

core/certmanager.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 8494:4f75f4da6d4e
child 8828:2a0d7fa4c56a
line wrap: on
line diff
--- a/core/certmanager.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/core/certmanager.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -55,6 +55,7 @@
 };
 
 local _ENV = nil;
+-- luacheck: std none
 
 -- Global SSL options if not overridden per-host
 local global_ssl_config = configmanager.get("*", "ssl");