Can SonarQube ignore Win/Ux line endings?

We use SonarQubes settings for defining New Code, that is “Don’t look at code older than…”. However, sometimes the code changes, for instance depending on which editor used, but the only change is line ending. Say from CR/LF to only CR. And then SonarQube think the code has changed, which it haven’t…

Is it possible to make SonarQube ignore rows where only line ending has changed? I’ve searched for any setting like “Ignore CR/LF” or equal, but haven’t come up with anything.
We have SonarQube 7.9, analyzing mostly C/C++ & Python code.
Rgds

Isn’t there anyone who has an answer to this? I still haven’t found what I’m looking for… :thinking:

Hey there.

Are you using Git? If so – what version of the SCM Git plugin is installed on your SonarQube server?

Colin

Nope, we’re using Subversion…