The bs:disable-line comment isn't working for this specific use case.

What's strange, is deleting 1 character from the function call makes it work again. No idea why.
namespace http
function request() as object
callback = sub()
if true then
response = {}
handleInterceptedScreenData(response._interceptedScreenData) 'bs:disable-line 1001
end if
end sub
end function
end namespace