grunt-jsvalidate
grunt-jsvalidate copied to clipboard
Is there a whitelist option to ignore some errors?
Hi! I'm using this tool and it's really helpful. But I was wondering if there is an option for a whitelist/ignore list. For example I want to validate a script which contains some JSP-Syntax because I include the JS-File into a JSP-Template. '<c:choose>' is within the JS-File for example and of course the jsvalidate Tasks fails because of it. Is there a way to tell the script, that this syntax can be ignored?
Best Regards, Kevin