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