We are currently looking into SonarQube configuration to provide our DEV team with automated code checking quality. Having said that, we would like to configure SonarQube to scan ONLY custom javascript. Is there any guidance on how to do this?
I think you are trying to Narrow the Focus so that only the code your developers are writing is scanned, and not any third-party code (libraries, etc.). Is that correct?