I am trying to setup SonarLint with SonarQube in Intellij. My Intellij project has multiple modules in it.
Example Project View:
Main-Project
Module1
Module2
The problem I have is I want to setup each module to point to the different SonarQube Projects. Right now it looks like I can only setup 1 SonarQube Project for the whole Intellij Project and not at the Module level. I see in the Project Structure -> Modules view there is a SonarLint tab but it doesn’t let me edit that for each module.
Is there a way to setup each module to point to different SonarQube Projects?
I have multiple github projects that map 1 to 1 with SQ projects. My Intellij environment is setup in such a way that each github project is added as modules to a single intellij project. So since my environment is setup with multiple modules I would like to set the SQ project at the module level.