Does SonarLint have the concept of only analyzing modified lines?

My organization is in the process of adopting sonarqube rules and eslint rules. There are some rules that we are applying to all code and some rules that we are only applying to new/modified code. We are wondering if SonarLint has the ability to only show squiggles on modified lines. If that is not possible, we are worried that when using the IDE, all of the rules being applied to existing code would be overwhelming.

Hi @ciq_dev

This is currently not a feature of SonarLint. I think this is similar to this feature request: Show newly introduced Sonar issues in changed files

I will reply there.