mod_http: Tell luacheck to ignore the long comment lines
authorKim Alvefur <zash@zash.se>
Thu, 14 May 2020 16:55:01 +0200
changeset 10845 22f783d80eec
parent 10844 a83bfb266b15
child 10846 5a6ba2f38e2b
mod_http: Tell luacheck to ignore the long comment lines
plugins/mod_http.lua
--- a/plugins/mod_http.lua	Thu May 14 14:59:59 2020 +0200
+++ b/plugins/mod_http.lua	Thu May 14 16:55:01 2020 +0200
@@ -208,6 +208,7 @@
 	local ip = request.conn:ip();
 	local forwarded_for = request.headers.x_forwarded_for;
 	if forwarded_for then
+		-- luacheck: ignore 631
 		-- This logic looks weird at first, but it makes sense.
 		-- The for loop will take the last non-trusted-proxy IP from `forwarded_for`.
 		-- We append the original request IP to the header. Then, since the last IP wins, there are two cases: