lualoader: fix lua-lint run
luacheck rightfully complains that i is unused in the show-module-options
loop at the end (it was used for some debugging in the process).
We've added a new pager module that's compiled in, so declare that as an
acceptable global.
(cherry picked from commit 29842cb36e74037989b7a7f0bf38a47f342bac91)