Post

2 followers Follow
0

HTML5 extension 2.0.13-funcrel -- HTMLVJS-588

I read on documentation that the extension 2.0.13-funcrel  of HTML5 fixed the internal ID HTMLVJS-588  with justification "HTML5/JS analyzer should skip some files". 

Since I noticed big differences with respect to previous release in terms of lines of code analyzed, is it possible to have details of fixed issue? Which files are now skipped?

Thanks

Please sign in to leave a comment.

1 comment

0
Avatar

Hi,

In this version following rules has been added in filter.json so the files with the below pattern will be skipped:

{ "type" : "FilePath", "value" : "**/vue.runtime.js" },
	{ "type" : "FilePath", "value" : "**/mespeak*.js" },
	{ "type" : "FilePath", "value" : "**/FixedColumns.js" },
	{ "type" : "FilePath", "value" : "**/filedrop*.js" },
	{ "type" : "FilePath", "value" : "**/fileuploader*.js" },
	{ "type" : "FilePath", "value" : "**/mbExtruder.js" },
	{ "type" : "FilePath", "value" : "**/rawinflate.js" },
	{ "type" : "FilePath", "value" : "**/rawdeflate.js" },
	{ "type" : "FilePath", "value" : "**/themeswitcher.js" },
	{ "type" : "FilePath", "value" : "**/ColumnFilterWidgets*.js" },
	{ "type" : "FilePath", "value" : "**/base64.js" },	
	{ "type" : "FilePath", "value" : "**/PDFObject*.js" },	
	{ "type" : "FilePath", "value" : "**/HighlightFilterWidgets.js" },
0 votes
Comment actions Permalink