I have been trying to analyze a project with a mixture of Java and JavaScript in SonarQube. The analyzer seems to have no problem with the Java files but when trying to analyze one of the application's javascript files, I got the following warning below. We have excluded all of the third party libraries using SonarQube's file exclusions and only included those that are being developed/maintained by the application team: I have been trying to analyze a project with a