Looks like a minified file and will not be analyzed

Are *min.js ( minified javascript files) ignored while SonarJS is in action?

How about their unminified versions, is there a number of line limit, for the unminified (original)ones not to be analyzed?

1 Like

Hi Hilal,
Indeed, minified files are ignored by SonarJS analysis (those that have file name ending with “min.js”).
Moreover, files that have an unusually high average line length are also excluded since they were probably generated by some tool.
You can check the details in the code here.

Andrea

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.