How do I ignore duplicated code report in Sonar?
There are several ways for you to achieve this, depending on the importance you give to this duplication issue. SonarQube reports what it finds, it’s all up to you to decide what to do with it. If you believe that this is indeed an issue, you have to refactor your code: SonarQube cannot report duplication … Read more