After activating the eclipse plugin, I'm getting a ton of validation warnings for directives of angular extensions, such as uib-tooltip or translate (from angular translate, not the HTML5 attribute)
I'm loading all libraries from cdnjs.cloudflare.com, and the Subresource Integrity attributes on the script tags (integrity and crossorigin) also produce validation warnings
Can you please document how I could add attributes to the validation to get rid of the warnings?