Search code examples
javagitintellij-ideasonarqubesonarlint

Sonarlint and Intelij: possible to run analysis only for files in a changelist?


I am currently running sonarlint plugin locally in Intelij which works well.

I would like to run the plugin only for files that I have in my Changelist - before I push them and create a Pull request.

Is there a way to do this?


Solution

  • Yes you can do this

    Select Analyze list and then choose Analyze VCS changed files with SonarLint

    enter image description here