I am getting this jslint error
Don't make functions within a loop.
I can't change the javascript that is causing this issue - however I cant, due to restrictions from modifying it.
So, I want to turn this validation to check for this error off in a particular javascript file.
Is this possible to do for this js error?
No, that valildation check is not optional.
A possible workaround:
A solution: