How to increase Average file length param?

When analysing js file, I got this error:

12:23:23.561 DEBUG: Average line length for src/assets/239.chatbox_lts_2023-07.57034102.js is 22487
12:23:23.561 DEBUG: ‘src/assets/239.chatbox_lts_2023-07.57034102.js’ excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter

Is there a way to increase this average line length in order to take in account this file and analyse it ?

Regards,

Cédric

Hey there.

This is not modifiable. Minified code is typically the output of some transformation of source code, not the source code developers are directly working on, and we aren’t confident in delivering relevant analysis results on this code.

1 Like

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